#AFBD2F

Color #AFBD2F Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #AFBD2F

Tints of Bahia #AFBD2F

Color information

#AFBD2F (or 0xAFBD2F) is unknown color: approx Bahia. HEX triplet: AF, BD and 2F. RGB value is (175,189,47). Sum of RGB (Red+Green+Blue) = 175+189+47=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBD2F is #5042D0. Grayscale: #A9A9A9. Windows color (decimal): -5259985 or 3128751. OLE color: 3128751.

HSL color Cylindrical-coordinate representation of color #AFBD2F: hue angle of 65.92º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFBD2F is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB17518947-
CMYK0.0700.750.26
HSL65.92º60.17%46.27%-
HSV(B)65.92º75.13%74.12%-
XYZ36.3945.719.6-
YUV168.6359.36132.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 175 (68.75% from 255) = 42.58%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 47 (18.75% from 255) = 11.44%
R=42.58%
G=45.99%
B=11.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal175189470.0700.750.2665.9260.1746.27
HexAFBD2F704B1A423c2e
Octal2572755770113321027456
Binary101011111011110110111111101001011110101000010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBD2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBD2F; }

 p { color: rgb(175,189,47); }

 H1.HeaderClassName
 {
   color: #AFBD2F;
 }
 .AnyTagClassName
 {
   color: #AFBD2F;
 }
</style>
background-color css

<style>
 a { background-color: #AFBD2F; }

 a { background-color: rgb(175,189,47); }

 div.DivClassName
 {
   background-color: #AFBD2F;
 }
 .BgClassName
 {
   background-color: #AFBD2F;
 }
</style>
border-color css

<style>
 span { border-color: #AFBD2F; }

 span { border-color: rgb(175,189,47); }

 td.TdClassName
 {
   border-color: #AFBD2F;
 }
 .TagClassName
 {
   border-color: #AFBD2F;
 }
</style>