Html Css Color HEX #ABC22C Bahia

📋 copy color: '#ABC22C'

red 171 ◦ green 194 ◦ blue 44

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

Shades of Bahia #ABC22C

Tints of Bahia #ABC22C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.76%

R = 41.81%
G = 47.43%
B = 10.76%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#ABC22C (or 0xABC22C) is known color: Bahia. HEX triplet: AB, C2 and 2C. RGB value is (171,194,44). Sum of RGB (Red+Green+Blue) = 171+194+44=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 44 (17.58% from 255 or 10.76% from 409); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC22C is #543DD3. Grayscale: #AAAAAA. Windows color (decimal): -5520852 or 2933419. OLE color: 2933419.

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

Color convert

RGB 171 194 44 -
CMYK 0.12 0 0.77 0.24
HSL 69.2º 0.63% 0.47% -
HSV(B) 69.2º 0.77% 0.76% -
XYZ 36.54 47.42 9.61 -
YUV 170.02 56.88 128.7 -
System Red Green Blue C M Y K H S L
Decimal 171 194 44 0.12 0 0.77 0.24 69.2 0.63 0.47
Hex AB C2 2C C 0 4D 18 45 3F 2F
Octal 253 302 54 14 0 115 30 105 77 57
Binary 10101011 11000010 101100 1100 0 1001101 11000 1000101 111111 101111

Color Harmonies of #ABC22C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC22C

Black with #ABC22C

Text Example


Text Example

White with #ABC22C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC22C; }

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

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

background-color css

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

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

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

border-color css

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

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

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