#AFBF24

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

Shades of Bahia #AFBF24

Tints of Bahia #AFBF24

Color information

#AFBF24 (or 0xAFBF24) is unknown color: approx Bahia. HEX triplet: AF, BF and 24. RGB value is (175,191,36). Sum of RGB (Red+Green+Blue) = 175+191+36=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 36 (14.45% from 255 or 8.96% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #AFBF24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFBF24 is #5040DB. Grayscale: #A9A9A9. Windows color (decimal): -5259484 or 2408367. OLE color: 2408367.

HSL color Cylindrical-coordinate representation of color #AFBF24: hue angle of 66.19º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFBF24 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB17519136-
CMYK0.0800.810.25
HSL66.19º68.28%44.51%-
HSV(B)66.19º81.15%74.9%-
XYZ36.6346.58.71-
YUV168.5553.2132.6-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 43.53%
GREEN value IS 191 (75% from 255) = 47.51%
BLUE value IS 36 (14.45% from 255) = 8.96%
R=43.53%
G=47.51%
B=8.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal175191360.0800.810.2566.1968.2844.51
HexAFBF2480511942442d
Octal257277441001213110210455
Binary10101111101111111001001000010100011100110000101000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBF24; }

 p { color: rgb(175,191,36); }

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

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

 a { background-color: rgb(175,191,36); }

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

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

 span { border-color: rgb(175,191,36); }

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