Html Css Color HEX #ABC222 Bahia

📋 copy color: '#ABC222'

red 171 ◦ green 194 ◦ blue 34

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

Shades of Bahia #ABC222

Tints of Bahia #ABC222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 42.86%
G = 48.62%
B = 8.52%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#ABC222 (or 0xABC222) is known color: Bahia. HEX triplet: AB, C2 and 22. RGB value is (171,194,34). Sum of RGB (Red+Green+Blue) = 171+194+34=399 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.86% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC222 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC222 is #543DDD. Grayscale: #A9A9A9. Windows color (decimal): -5520862 or 2278059. OLE color: 2278059.

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

Color convert

RGB 171 194 34 -
CMYK 0.12 0 0.82 0.24
HSL 68.63º 0.7% 0.45% -
HSV(B) 68.63º 0.82% 0.76% -
XYZ 36.38 47.36 8.74 -
YUV 168.88 51.88 129.51 -
System Red Green Blue C M Y K H S L
Decimal 171 194 34 0.12 0 0.82 0.24 68.63 0.7 0.45
Hex AB C2 22 C 0 52 18 45 46 2D
Octal 253 302 42 14 0 122 30 105 106 55
Binary 10101011 11000010 100010 1100 0 1010010 11000 1000101 1000110 101101

Color Harmonies of #ABC222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC222

Black with #ABC222

Text Example


Text Example

White with #ABC222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC222; }

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

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

background-color css

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

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

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

border-color css

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

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

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