Html Css Color HEX #ABB91C Bahia

📋 copy color: '#ABB91C'

red 171 ◦ green 185 ◦ blue 28

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

Shades of Bahia #ABB91C

Tints of Bahia #ABB91C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

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

R = 44.53%
G = 48.18%
B = 7.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#ABB91C (or 0xABB91C) is known color: Bahia. HEX triplet: AB, B9 and 1C. RGB value is (171,185,28). Sum of RGB (Red+Green+Blue) = 171+185+28=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB91C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB91C is #5446E3. Grayscale: #A3A3A3. Windows color (decimal): -5523172 or 1882539. OLE color: 1882539.

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

Color convert

RGB 171 185 28 -
CMYK 0.08 0 0.85 0.27
HSL 65.35º 0.74% 0.42% -
HSV(B) 65.35º 0.85% 0.73% -
XYZ 34.35 43.44 7.67 -
YUV 162.92 51.86 133.77 -
System Red Green Blue C M Y K H S L
Decimal 171 185 28 0.08 0 0.85 0.27 65.35 0.74 0.42
Hex AB B9 1C 8 0 55 1B 41 4A 2A
Octal 253 271 34 10 0 125 33 101 112 52
Binary 10101011 10111001 11100 1000 0 1010101 11011 1000001 1001010 101010

Color Harmonies of #ABB91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB91C

Black with #ABB91C

Text Example


Text Example

White with #ABB91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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