Html Css Color HEX #AFB816 Bahia

📋 copy color: '#AFB816'

red 175 ◦ green 184 ◦ blue 22

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

Shades of Bahia #AFB816

Tints of Bahia #AFB816

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

 BLUE value IS 22 (8.98% from 255) = 5.77%

R = 45.93%
G = 48.29%
B = 5.77%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#AFB816 (or 0xAFB816) is known color: Bahia. HEX triplet: AF, B8 and 16. RGB value is (175,184,22). Sum of RGB (Red+Green+Blue) = 175+184+22=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB816 is #5047E9. Grayscale: #A3A3A3. Windows color (decimal): -5261290 or 1489071. OLE color: 1489071.

HSL color Cylindrical-coordinate representation of color #AFB816: hue angle of 63.33º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB816 is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 22 -
CMYK 0.05 0 0.88 0.28
HSL 63.33º 0.79% 0.4% -
HSV(B) 63.33º 0.88% 0.72% -
XYZ 34.96 43.45 7.3 -
YUV 162.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 175 184 22 0.05 0 0.88 0.28 63.33 0.79 0.4
Hex AF B8 16 5 0 58 1C 3F 4F 28
Octal 257 270 26 5 0 130 34 77 117 50
Binary 10101111 10111000 10110 101 0 1011000 11100 111111 1001111 101000

Color Harmonies of #AFB816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB816

Black with #AFB816

Text Example


Text Example

White with #AFB816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB816; }

 p { color: rgb(175,184,22); }

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

background-color css

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

 a { background-color: rgb(175,184,22); }

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

border-color css

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

 span { border-color: rgb(175,184,22); }

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