Html Css Color HEX #AFB818 Bahia

📋 copy color: '#AFB818'

red 175 ◦ green 184 ◦ blue 24

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

Shades of Bahia #AFB818

Tints of Bahia #AFB818

RGB

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

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

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

R = 45.69%
G = 48.04%
B = 6.27%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#AFB818 (or 0xAFB818) is known color: Bahia. HEX triplet: AF, B8 and 18. RGB value is (175,184,24). Sum of RGB (Red+Green+Blue) = 175+184+24=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB818 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFB818 is #5047E7. Grayscale: #A3A3A3. Windows color (decimal): -5261288 or 1620143. OLE color: 1620143.

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

Color convert

RGB 175 184 24 -
CMYK 0.05 0 0.87 0.28
HSL 63.38º 0.77% 0.41% -
HSV(B) 63.38º 0.87% 0.72% -
XYZ 34.98 43.46 7.41 -
YUV 163.07 49.52 136.51 -
System Red Green Blue C M Y K H S L
Decimal 175 184 24 0.05 0 0.87 0.28 63.38 0.77 0.41
Hex AF B8 18 5 0 57 1C 3F 4D 29
Octal 257 270 30 5 0 127 34 77 115 51
Binary 10101111 10111000 11000 101 0 1010111 11100 111111 1001101 101001

Color Harmonies of #AFB818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB818

Black with #AFB818

Text Example


Text Example

White with #AFB818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB818; }

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

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

background-color css

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

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

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

border-color css

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

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

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