Html Css Color HEX #ABD223 Bahia

📋 copy color: '#ABD223'

red 171 ◦ green 210 ◦ blue 35

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

Shades of Bahia #ABD223

Tints of Bahia #ABD223

RGB

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

 GREEN value IS 210 (82.42% from 255) = 50.48%

 BLUE value IS 35 (14.06% from 255) = 8.41%

R = 41.11%
G = 50.48%
B = 8.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ABD223 (or 0xABD223) is known color: Bahia. HEX triplet: AB, D2 and 23. RGB value is (171,210,35). Sum of RGB (Red+Green+Blue) = 171+210+35=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 210 (82.42% from 255 or 50.48% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD223 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABD223 is #542DDC. Grayscale: #B3B3B3. Windows color (decimal): -5516765 or 2347691. OLE color: 2347691.

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

Color convert

RGB 171 210 35 -
CMYK 0.19 0 0.83 0.18
HSL 73.37º 0.71% 0.48% -
HSV(B) 73.37º 0.83% 0.82% -
XYZ 40.14 54.87 10.07 -
YUV 178.39 47.08 122.73 -
System Red Green Blue C M Y K H S L
Decimal 171 210 35 0.19 0 0.83 0.18 73.37 0.71 0.48
Hex AB D2 23 13 0 53 12 49 47 30
Octal 253 322 43 23 0 123 22 111 107 60
Binary 10101011 11010010 100011 10011 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #ABD223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD223

Black with #ABD223

Text Example


Text Example

White with #ABD223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD223; }

 p { color: rgb(171,210,35); }

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

background-color css

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

 a { background-color: rgb(171,210,35); }

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

border-color css

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

 span { border-color: rgb(171,210,35); }

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