Html Css Color HEX #ABC224 Bahia

📋 copy color: '#ABC224'

red 171 ◦ green 194 ◦ blue 36

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

Shades of Bahia #ABC224

Tints of Bahia #ABC224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.98%

R = 42.64%
G = 48.38%
B = 8.98%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#ABC224 (or 0xABC224) is known color: Bahia. HEX triplet: AB, C2 and 24. RGB value is (171,194,36). Sum of RGB (Red+Green+Blue) = 171+194+36=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 194 (76.17% from 255 or 48.38% from 401); Blue value is 36 (14.45% from 255 or 8.98% from 401); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC224 is #543DDB. Grayscale: #A9A9A9. Windows color (decimal): -5520860 or 2409131. OLE color: 2409131.

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

Color convert

RGB 171 194 36 -
CMYK 0.12 0 0.81 0.24
HSL 68.73º 0.69% 0.45% -
HSV(B) 68.73º 0.81% 0.76% -
XYZ 36.4 47.37 8.89 -
YUV 169.11 52.88 129.35 -
System Red Green Blue C M Y K H S L
Decimal 171 194 36 0.12 0 0.81 0.24 68.73 0.69 0.45
Hex AB C2 24 C 0 51 18 45 45 2D
Octal 253 302 44 14 0 121 30 105 105 55
Binary 10101011 11000010 100100 1100 0 1010001 11000 1000101 1000101 101101

Color Harmonies of #ABC224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC224

Black with #ABC224

Text Example


Text Example

White with #ABC224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC224; }

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

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

background-color css

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

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

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

border-color css

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

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

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