Html Css Color HEX #ABC22A Bahia

📋 copy color: '#ABC22A'

red 171 ◦ green 194 ◦ blue 42

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

Shades of Bahia #ABC22A

Tints of Bahia #ABC22A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.67%

 BLUE value IS 42 (16.8% from 255) = 10.32%

R = 42.01%
G = 47.67%
B = 10.32%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ABC22A (or 0xABC22A) is known color: Bahia. HEX triplet: AB, C2 and 2A. RGB value is (171,194,42). Sum of RGB (Red+Green+Blue) = 171+194+42=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC22A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC22A is #543DD5. Grayscale: #AAAAAA. Windows color (decimal): -5520854 or 2802347. OLE color: 2802347.

HSL color Cylindrical-coordinate representation of color #ABC22A: hue angle of 69.08º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC22A is Cyan = 0.12, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB 171 194 42 -
CMYK 0.12 0 0.78 0.24
HSL 69.08º 0.64% 0.46% -
HSV(B) 69.08º 0.78% 0.76% -
XYZ 36.5 47.41 9.42 -
YUV 169.8 55.88 128.86 -
System Red Green Blue C M Y K H S L
Decimal 171 194 42 0.12 0 0.78 0.24 69.08 0.64 0.46
Hex AB C2 2A C 0 4E 18 45 40 2E
Octal 253 302 52 14 0 116 30 105 100 56
Binary 10101011 11000010 101010 1100 0 1001110 11000 1000101 1000000 101110

Color Harmonies of #ABC22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC22A

Black with #ABC22A

Text Example


Text Example

White with #ABC22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC22A; }

 p { color: rgb(171,194,42); }

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

background-color css

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

 a { background-color: rgb(171,194,42); }

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

border-color css

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

 span { border-color: rgb(171,194,42); }

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