Html Css Color HEX #AFB718 Bahia

📋 copy color: '#AFB718'

red 175 ◦ green 183 ◦ blue 24

#AFB718
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AFB718

Tints of Bahia #AFB718

RGB

 RED value IS 175 (68.75% from 255) = 45.81%

 GREEN value IS 183 (71.88% from 255) = 47.91%

 BLUE value IS 24 (9.77% from 255) = 6.28%

R = 45.81%
G = 47.91%
B = 6.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AFB718 (or 0xAFB718) is known color: Bahia. HEX triplet: AF, B7 and 18. RGB value is (175,183,24). Sum of RGB (Red+Green+Blue) = 175+183+24=382 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.81% from 382); Green value is 183 (71.88% from 255 or 47.91% from 382); Blue value is 24 (9.77% from 255 or 6.28% from 382); Max value from RGB is 183 - color contains mainly: green. Hex color #AFB718 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB718 is #5048E7. Grayscale: #A3A3A3. Windows color (decimal): -5261544 or 1619887. OLE color: 1619887.

HSL color Cylindrical-coordinate representation of color #AFB718: hue angle of 63.02º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFB718 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 183 24 -
CMYK 0.04 0 0.87 0.28
HSL 63.02º 0.77% 0.41% -
HSV(B) 63.02º 0.87% 0.72% -
XYZ 34.78 43.05 7.34 -
YUV 162.48 49.85 136.93 -
System Red Green Blue C M Y K H S L
Decimal 175 183 24 0.04 0 0.87 0.28 63.02 0.77 0.41
Hex AF B7 18 4 0 57 1C 3F 4D 29
Octal 257 267 30 4 0 127 34 77 115 51
Binary 10101111 10110111 11000 100 0 1010111 11100 111111 1001101 101001

Color Harmonies of #AFB718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB718

Black with #AFB718

Text Example


Text Example

White with #AFB718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB718; }

 p { color: rgb(175,183,24); }

 H1.HeaderClassName
 {
   color: #AFB718;
 }
 .AnyTagClassName
 {
   color: #AFB718;
 }
</style>

background-color css

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

 a { background-color: rgb(175,183,24); }

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

border-color css

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

 span { border-color: rgb(175,183,24); }

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