Html Css Color HEX #AFB616 Bahia

📋 copy color: '#AFB616'

red 175 ◦ green 182 ◦ blue 22

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

Shades of Bahia #AFB616

Tints of Bahia #AFB616

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.02%

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

R = 46.17%
G = 48.02%
B = 5.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#AFB616 (or 0xAFB616) is known color: Bahia. HEX triplet: AF, B6 and 16. RGB value is (175,182,22). Sum of RGB (Red+Green+Blue) = 175+182+22=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 182 (71.48% from 255 or 48.02% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB616 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB616 is #5049E9. Grayscale: #A2A2A2. Windows color (decimal): -5261802 or 1488559. OLE color: 1488559.

HSL color Cylindrical-coordinate representation of color #AFB616: hue angle of 62.63º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFB616 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 22 -
CMYK 0.04 0 0.88 0.29
HSL 62.63º 0.78% 0.4% -
HSV(B) 62.63º 0.88% 0.71% -
XYZ 34.55 42.63 7.17 -
YUV 161.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 175 182 22 0.04 0 0.88 0.29 62.63 0.78 0.4
Hex AF B6 16 4 0 58 1D 3F 4E 28
Octal 257 266 26 4 0 130 35 77 116 50
Binary 10101111 10110110 10110 100 0 1011000 11101 111111 1001110 101000

Color Harmonies of #AFB616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB616

Black with #AFB616

Text Example


Text Example

White with #AFB616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB616; }

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

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

background-color css

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

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

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

border-color css

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

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

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