Html Css Color HEX #ABB81F Bahia

📋 copy color: '#ABB81F'

red 171 ◦ green 184 ◦ blue 31

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

Shades of Bahia #ABB81F

Tints of Bahia #ABB81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.03%

R = 44.3%
G = 47.67%
B = 8.03%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ABB81F (or 0xABB81F) is known color: Bahia. HEX triplet: AB, B8 and 1F. RGB value is (171,184,31). Sum of RGB (Red+Green+Blue) = 171+184+31=386 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.30% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 31 (12.5% from 255 or 8.03% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #ABB81F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB81F is #5447E0. Grayscale: #A3A3A3. Windows color (decimal): -5523425 or 2078891. OLE color: 2078891.

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

Color convert

RGB 171 184 31 -
CMYK 0.07 0 0.83 0.28
HSL 65.1º 0.71% 0.42% -
HSV(B) 65.1º 0.83% 0.72% -
XYZ 34.18 43.04 7.8 -
YUV 162.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 171 184 31 0.07 0 0.83 0.28 65.1 0.71 0.42
Hex AB B8 1F 7 0 53 1C 41 47 2A
Octal 253 270 37 7 0 123 34 101 107 52
Binary 10101011 10111000 11111 111 0 1010011 11100 1000001 1000111 101010

Color Harmonies of #ABB81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB81F

Black with #ABB81F

Text Example


Text Example

White with #ABB81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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