Html Css Color HEX #AFB918 Bahia

📋 copy color: '#AFB918'

red 175 ◦ green 185 ◦ blue 24

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

Shades of Bahia #AFB918

Tints of Bahia #AFB918

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

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

R = 45.57%
G = 48.18%
B = 6.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#AFB918 (or 0xAFB918) is known color: Bahia. HEX triplet: AF, B9 and 18. RGB value is (175,185,24). Sum of RGB (Red+Green+Blue) = 175+185+24=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 24 (9.77% from 255 or 6.25% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB918 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB918 is #5046E7. Grayscale: #A4A4A4. Windows color (decimal): -5261032 or 1620399. OLE color: 1620399.

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

Color convert

RGB 175 185 24 -
CMYK 0.05 0 0.87 0.27
HSL 63.73º 0.77% 0.41% -
HSV(B) 63.73º 0.87% 0.73% -
XYZ 35.19 43.88 7.48 -
YUV 163.66 49.19 136.09 -
System Red Green Blue C M Y K H S L
Decimal 175 185 24 0.05 0 0.87 0.27 63.73 0.77 0.41
Hex AF B9 18 5 0 57 1B 40 4D 29
Octal 257 271 30 5 0 127 33 100 115 51
Binary 10101111 10111001 11000 101 0 1010111 11011 1000000 1001101 101001

Color Harmonies of #AFB918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB918

Black with #AFB918

Text Example


Text Example

White with #AFB918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB918; }

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

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

background-color css

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

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

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

border-color css

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

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

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