Html Css Color HEX #AFB618 Bahia

📋 copy color: '#AFB618'

red 175 ◦ green 182 ◦ blue 24

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

Shades of Bahia #AFB618

Tints of Bahia #AFB618

RGB

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

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

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

R = 45.93%
G = 47.77%
B = 6.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#AFB618 (or 0xAFB618) is known color: Bahia. HEX triplet: AF, B6 and 18. RGB value is (175,182,24). Sum of RGB (Red+Green+Blue) = 175+182+24=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 24 (9.77% from 255 or 6.30% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB618 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB618 is #5049E7. Grayscale: #A2A2A2. Windows color (decimal): -5261800 or 1619631. OLE color: 1619631.

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

Color convert

RGB 175 182 24 -
CMYK 0.04 0 0.87 0.29
HSL 62.66º 0.77% 0.4% -
HSV(B) 62.66º 0.87% 0.71% -
XYZ 34.57 42.64 7.27 -
YUV 161.9 50.18 137.35 -
System Red Green Blue C M Y K H S L
Decimal 175 182 24 0.04 0 0.87 0.29 62.66 0.77 0.4
Hex AF B6 18 4 0 57 1D 3F 4D 28
Octal 257 266 30 4 0 127 35 77 115 50
Binary 10101111 10110110 11000 100 0 1010111 11101 111111 1001101 101000

Color Harmonies of #AFB618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB618

Black with #AFB618

Text Example


Text Example

White with #AFB618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB618; }

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

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

background-color css

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

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

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

border-color css

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

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

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