Html Css Color HEX #ABB518 Bahia

📋 copy color: '#ABB518'

red 171 ◦ green 181 ◦ blue 24

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

Shades of Bahia #ABB518

Tints of Bahia #ABB518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.14%

 BLUE value IS 24 (9.77% from 255) = 6.38%

R = 45.48%
G = 48.14%
B = 6.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#ABB518 (or 0xABB518) is known color: Bahia. HEX triplet: AB, B5 and 18. RGB value is (171,181,24). Sum of RGB (Red+Green+Blue) = 171+181+24=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB518 is #544AE7. Grayscale: #A0A0A0. Windows color (decimal): -5524200 or 1619371. OLE color: 1619371.

HSL color Cylindrical-coordinate representation of color #ABB518: hue angle of 63.82º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ABB518 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 171 181 24 -
CMYK 0.06 0 0.87 0.29
HSL 63.82º 0.77% 0.4% -
HSV(B) 63.82º 0.87% 0.71% -
XYZ 33.48 41.77 7.16 -
YUV 160.11 51.19 135.77 -
System Red Green Blue C M Y K H S L
Decimal 171 181 24 0.06 0 0.87 0.29 63.82 0.77 0.4
Hex AB B5 18 6 0 57 1D 40 4D 28
Octal 253 265 30 6 0 127 35 100 115 50
Binary 10101011 10110101 11000 110 0 1010111 11101 1000000 1001101 101000

Color Harmonies of #ABB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB518

Black with #ABB518

Text Example


Text Example

White with #ABB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB518; }

 p { color: rgb(171,181,24); }

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

background-color css

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

 a { background-color: rgb(171,181,24); }

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

border-color css

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

 span { border-color: rgb(171,181,24); }

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