Html Css Color HEX #ABB91B Bahia

📋 copy color: '#ABB91B'

red 171 ◦ green 185 ◦ blue 27

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

Shades of Bahia #ABB91B

Tints of Bahia #ABB91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.05%

R = 44.65%
G = 48.3%
B = 7.05%

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

#ABB91B (or 0xABB91B) is known color: Bahia. HEX triplet: AB, B9 and 1B. RGB value is (171,185,27). Sum of RGB (Red+Green+Blue) = 171+185+27=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 185 (72.66% from 255 or 48.30% from 383); Blue value is 27 (10.94% from 255 or 7.05% from 383); Max value from RGB is 185 - color contains mainly: green. Hex color #ABB91B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB91B is #5446E4. Grayscale: #A3A3A3. Windows color (decimal): -5523173 or 1817003. OLE color: 1817003.

HSL color Cylindrical-coordinate representation of color #ABB91B: hue angle of 65.32º degrees, saturation: 0.75, 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 #ABB91B is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 171 185 27 -
CMYK 0.08 0 0.85 0.27
HSL 65.32º 0.75% 0.42% -
HSV(B) 65.32º 0.85% 0.73% -
XYZ 34.34 43.43 7.61 -
YUV 162.8 51.36 133.85 -
System Red Green Blue C M Y K H S L
Decimal 171 185 27 0.08 0 0.85 0.27 65.32 0.75 0.42
Hex AB B9 1B 8 0 55 1B 41 4B 2A
Octal 253 271 33 10 0 125 33 101 113 52
Binary 10101011 10111001 11011 1000 0 1010101 11011 1000001 1001011 101010

Color Harmonies of #ABB91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB91B

Black with #ABB91B

Text Example


Text Example

White with #ABB91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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