Html Css Color HEX #AFB516 Bahia

📋 copy color: '#AFB516'

red 175 ◦ green 181 ◦ blue 22

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

Shades of Bahia #AFB516

Tints of Bahia #AFB516

RGB

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

 GREEN value IS 181 (71.09% from 255) = 47.88%

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

R = 46.3%
G = 47.88%
B = 5.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#AFB516 (or 0xAFB516) is known color: Bahia. HEX triplet: AF, B5 and 16. RGB value is (175,181,22). Sum of RGB (Red+Green+Blue) = 175+181+22=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 181 (71.09% from 255 or 47.88% from 378); Blue value is 22 (8.98% from 255 or 5.82% from 378); Max value from RGB is 181 - color contains mainly: green. Hex color #AFB516 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB516 is #504AE9. Grayscale: #A1A1A1. Windows color (decimal): -5262058 or 1488303. OLE color: 1488303.

HSL color Cylindrical-coordinate representation of color #AFB516: hue angle of 62.26º 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 #AFB516 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 181 22 -
CMYK 0.03 0 0.88 0.29
HSL 62.26º 0.78% 0.4% -
HSV(B) 62.26º 0.88% 0.71% -
XYZ 34.35 42.22 7.1 -
YUV 161.08 49.51 137.93 -
System Red Green Blue C M Y K H S L
Decimal 175 181 22 0.03 0 0.88 0.29 62.26 0.78 0.4
Hex AF B5 16 3 0 58 1D 3E 4E 28
Octal 257 265 26 3 0 130 35 76 116 50
Binary 10101111 10110101 10110 11 0 1011000 11101 111110 1001110 101000

Color Harmonies of #AFB516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB516

Black with #AFB516

Text Example


Text Example

White with #AFB516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB516; }

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

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

background-color css

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

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

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

border-color css

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

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

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