Html Css Color HEX #ABB81C Bahia

📋 copy color: '#ABB81C'

red 171 ◦ green 184 ◦ blue 28

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

Shades of Bahia #ABB81C

Tints of Bahia #ABB81C

RGB

 RED value IS 171 (67.19% from 255) = 44.65%

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

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

R = 44.65%
G = 48.04%
B = 7.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#ABB81C (or 0xABB81C) is known color: Bahia. HEX triplet: AB, B8 and 1C. RGB value is (171,184,28). Sum of RGB (Red+Green+Blue) = 171+184+28=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 28 (11.33% from 255 or 7.31% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB81C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB81C is #5447E3. Grayscale: #A2A2A2. Windows color (decimal): -5523428 or 1882283. OLE color: 1882283.

HSL color Cylindrical-coordinate representation of color #ABB81C: hue angle of 65º 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 #ABB81C is Cyan = 0.07, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 171 184 28 -
CMYK 0.07 0 0.85 0.28
HSL 65º 0.74% 0.42% -
HSV(B) 65º 0.85% 0.72% -
XYZ 34.14 43.02 7.6 -
YUV 162.33 52.19 134.18 -
System Red Green Blue C M Y K H S L
Decimal 171 184 28 0.07 0 0.85 0.28 65 0.74 0.42
Hex AB B8 1C 7 0 55 1C 41 4A 2A
Octal 253 270 34 7 0 125 34 101 112 52
Binary 10101011 10111000 11100 111 0 1010101 11100 1000001 1001010 101010

Color Harmonies of #ABB81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB81C

Black with #ABB81C

Text Example


Text Example

White with #ABB81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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