Html Css Color HEX #ABB81B Bahia

📋 copy color: '#ABB81B'

red 171 ◦ green 184 ◦ blue 27

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

Shades of Bahia #ABB81B

Tints of Bahia #ABB81B

RGB

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

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

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

R = 44.76%
G = 48.17%
B = 7.07%

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

#ABB81B (or 0xABB81B) is known color: Bahia. HEX triplet: AB, B8 and 1B. RGB value is (171,184,27). Sum of RGB (Red+Green+Blue) = 171+184+27=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 184 (72.27% from 255 or 48.17% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB81B is #5447E4. Grayscale: #A2A2A2. Windows color (decimal): -5523429 or 1816747. OLE color: 1816747.

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

Color convert

RGB 171 184 27 -
CMYK 0.07 0 0.85 0.28
HSL 64.97º 0.74% 0.41% -
HSV(B) 64.97º 0.85% 0.72% -
XYZ 34.13 43.02 7.54 -
YUV 162.22 51.69 134.27 -
System Red Green Blue C M Y K H S L
Decimal 171 184 27 0.07 0 0.85 0.28 64.97 0.74 0.41
Hex AB B8 1B 7 0 55 1C 41 4A 29
Octal 253 270 33 7 0 125 34 101 112 51
Binary 10101011 10111000 11011 111 0 1010101 11100 1000001 1001010 101001

Color Harmonies of #ABB81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB81B

Black with #ABB81B

Text Example


Text Example

White with #ABB81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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