Html Css Color HEX #ABD11D Bahia

📋 copy color: '#ABD11D'

red 171 ◦ green 209 ◦ blue 29

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

Shades of Bahia #ABD11D

Tints of Bahia #ABD11D

RGB

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

 GREEN value IS 209 (82.03% from 255) = 51.1%

 BLUE value IS 29 (11.72% from 255) = 7.09%

R = 41.81%
G = 51.1%
B = 7.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ABD11D (or 0xABD11D) is known color: Bahia. HEX triplet: AB, D1 and 1D. RGB value is (171,209,29). Sum of RGB (Red+Green+Blue) = 171+209+29=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #ABD11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD11D is #542EE2. Grayscale: #B1B1B1. Windows color (decimal): -5517027 or 1954219. OLE color: 1954219.

HSL color Cylindrical-coordinate representation of color #ABD11D: hue angle of 72.67º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ABD11D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 209 29 -
CMYK 0.18 0 0.86 0.18
HSL 72.67º 0.76% 0.47% -
HSV(B) 72.67º 0.86% 0.82% -
XYZ 39.82 54.35 9.55 -
YUV 177.12 44.41 123.64 -
System Red Green Blue C M Y K H S L
Decimal 171 209 29 0.18 0 0.86 0.18 72.67 0.76 0.47
Hex AB D1 1D 12 0 56 12 49 4C 2F
Octal 253 321 35 22 0 126 22 111 114 57
Binary 10101011 11010001 11101 10010 0 1010110 10010 1001001 1001100 101111

Color Harmonies of #ABD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD11D

Black with #ABD11D

Text Example


Text Example

White with #ABD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD11D; }

 p { color: rgb(171,209,29); }

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

background-color css

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

 a { background-color: rgb(171,209,29); }

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

border-color css

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

 span { border-color: rgb(171,209,29); }

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