Html Css Color HEX #ABD324 Bahia

📋 copy color: '#ABD324'

red 171 ◦ green 211 ◦ blue 36

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

Shades of Bahia #ABD324

Tints of Bahia #ABD324

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.48%

 BLUE value IS 36 (14.45% from 255) = 8.61%

R = 40.91%
G = 50.48%
B = 8.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#ABD324 (or 0xABD324) is known color: Bahia. HEX triplet: AB, D3 and 24. RGB value is (171,211,36). Sum of RGB (Red+Green+Blue) = 171+211+36=418 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.91% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 36 (14.45% from 255 or 8.61% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD324 is #542CDB. Grayscale: #B3B3B3. Windows color (decimal): -5516508 or 2413483. OLE color: 2413483.

HSL color Cylindrical-coordinate representation of color #ABD324: hue angle of 73.71º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ABD324 is Cyan = 0.19, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 211 36 -
CMYK 0.19 0 0.83 0.17
HSL 73.71º 0.71% 0.48% -
HSV(B) 73.71º 0.83% 0.83% -
XYZ 40.41 55.37 10.23 -
YUV 179.09 47.25 122.23 -
System Red Green Blue C M Y K H S L
Decimal 171 211 36 0.19 0 0.83 0.17 73.71 0.71 0.48
Hex AB D3 24 13 0 53 11 4A 47 30
Octal 253 323 44 23 0 123 21 112 107 60
Binary 10101011 11010011 100100 10011 0 1010011 10001 1001010 1000111 110000

Color Harmonies of #ABD324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD324

Black with #ABD324

Text Example


Text Example

White with #ABD324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD324; }

 p { color: rgb(171,211,36); }

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

background-color css

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

 a { background-color: rgb(171,211,36); }

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

border-color css

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

 span { border-color: rgb(171,211,36); }

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