Html Css Color HEX #ABB11B Bahia

📋 copy color: '#ABB11B'

red 171 ◦ green 177 ◦ blue 27

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

Shades of Bahia #ABB11B

Tints of Bahia #ABB11B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.2%

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

R = 45.6%
G = 47.2%
B = 7.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#ABB11B (or 0xABB11B) is known color: Bahia. HEX triplet: AB, B1 and 1B. RGB value is (171,177,27). Sum of RGB (Red+Green+Blue) = 171+177+27=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 27 (10.94% from 255 or 7.2% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #ABB11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABB11B is #544EE4. Grayscale: #9E9E9E. Windows color (decimal): -5525221 or 1814955. OLE color: 1814955.

HSL color Cylindrical-coordinate representation of color #ABB11B: hue angle of 62.4º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ABB11B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 177 27 -
CMYK 0.03 0 0.85 0.31
HSL 62.4º 0.74% 0.4% -
HSV(B) 62.4º 0.85% 0.69% -
XYZ 32.71 40.18 7.07 -
YUV 158.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 171 177 27 0.03 0 0.85 0.31 62.4 0.74 0.4
Hex AB B1 1B 3 0 55 1F 3E 4A 28
Octal 253 261 33 3 0 125 37 76 112 50
Binary 10101011 10110001 11011 11 0 1010101 11111 111110 1001010 101000

Color Harmonies of #ABB11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB11B

Black with #ABB11B

Text Example


Text Example

White with #ABB11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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