Html Css Color HEX #ABC72C Bahia

📋 copy color: '#ABC72C'

red 171 ◦ green 199 ◦ blue 44

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

Shades of Bahia #ABC72C

Tints of Bahia #ABC72C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.07%

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

R = 41.3%
G = 48.07%
B = 10.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ABC72C (or 0xABC72C) is known color: Bahia. HEX triplet: AB, C7 and 2C. RGB value is (171,199,44). Sum of RGB (Red+Green+Blue) = 171+199+44=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 44 (17.58% from 255 or 10.63% from 414); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC72C is #5438D3. Grayscale: #ADADAD. Windows color (decimal): -5519572 or 2934699. OLE color: 2934699.

HSL color Cylindrical-coordinate representation of color #ABC72C: hue angle of 70.84º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ABC72C is Cyan = 0.14, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 171 199 44 -
CMYK 0.14 0 0.78 0.22
HSL 70.84º 0.64% 0.48% -
HSV(B) 70.84º 0.78% 0.78% -
XYZ 37.67 49.69 9.99 -
YUV 172.96 55.22 126.6 -
System Red Green Blue C M Y K H S L
Decimal 171 199 44 0.14 0 0.78 0.22 70.84 0.64 0.48
Hex AB C7 2C E 0 4E 16 47 40 30
Octal 253 307 54 16 0 116 26 107 100 60
Binary 10101011 11000111 101100 1110 0 1001110 10110 1000111 1000000 110000

Color Harmonies of #ABC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC72C

Black with #ABC72C

Text Example


Text Example

White with #ABC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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