Html Css Color HEX #ABC518 Bahia

📋 copy color: '#ABC518'

red 171 ◦ green 197 ◦ blue 24

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

Shades of Bahia #ABC518

Tints of Bahia #ABC518

RGB

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

 GREEN value IS 197 (77.34% from 255) = 50.26%

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

R = 43.62%
G = 50.26%
B = 6.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#ABC518 (or 0xABC518) is known color: Bahia. HEX triplet: AB, C5 and 18. RGB value is (171,197,24). Sum of RGB (Red+Green+Blue) = 171+197+24=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 197 (77.34% from 255 or 50.26% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC518 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABC518 is #543AE7. Grayscale: #AAAAAA. Windows color (decimal): -5520104 or 1623467. OLE color: 1623467.

HSL color Cylindrical-coordinate representation of color #ABC518: hue angle of 69.02º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ABC518 is Cyan = 0.13, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 197 24 -
CMYK 0.13 0 0.88 0.23
HSL 69.02º 0.78% 0.43% -
HSV(B) 69.02º 0.88% 0.77% -
XYZ 36.93 48.66 8.31 -
YUV 169.5 45.89 129.07 -
System Red Green Blue C M Y K H S L
Decimal 171 197 24 0.13 0 0.88 0.23 69.02 0.78 0.43
Hex AB C5 18 D 0 58 17 45 4E 2B
Octal 253 305 30 15 0 130 27 105 116 53
Binary 10101011 11000101 11000 1101 0 1011000 10111 1000101 1001110 101011

Color Harmonies of #ABC518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC518

Black with #ABC518

Text Example


Text Example

White with #ABC518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC518; }

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

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

background-color css

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

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

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

border-color css

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

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

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