Html Css Color HEX #AFB81C Bahia

📋 copy color: '#AFB81C'

red 175 ◦ green 184 ◦ blue 28

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

Shades of Bahia #AFB81C

Tints of Bahia #AFB81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.24%

R = 45.22%
G = 47.55%
B = 7.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#AFB81C (or 0xAFB81C) is known color: Bahia. HEX triplet: AF, B8 and 1C. RGB value is (175,184,28). Sum of RGB (Red+Green+Blue) = 175+184+28=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 28 (11.33% from 255 or 7.24% from 387); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFB81C is #5047E3. Grayscale: #A4A4A4. Windows color (decimal): -5261284 or 1882287. OLE color: 1882287.

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

Color convert

RGB 175 184 28 -
CMYK 0.05 0 0.85 0.28
HSL 63.46º 0.74% 0.42% -
HSV(B) 63.46º 0.85% 0.72% -
XYZ 35.03 43.48 7.64 -
YUV 163.53 51.52 136.18 -
System Red Green Blue C M Y K H S L
Decimal 175 184 28 0.05 0 0.85 0.28 63.46 0.74 0.42
Hex AF B8 1C 5 0 55 1C 3F 4A 2A
Octal 257 270 34 5 0 125 34 77 112 52
Binary 10101111 10111000 11100 101 0 1010101 11100 111111 1001010 101010

Color Harmonies of #AFB81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB81C

Black with #AFB81C

Text Example


Text Example

White with #AFB81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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