Html Css Color HEX #ABC72A Bahia

📋 copy color: '#ABC72A'

red 171 ◦ green 199 ◦ blue 42

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

Shades of Bahia #ABC72A

Tints of Bahia #ABC72A

RGB

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

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

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

R = 41.5%
G = 48.3%
B = 10.19%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#ABC72A (or 0xABC72A) is known color: Bahia. HEX triplet: AB, C7 and 2A. RGB value is (171,199,42). Sum of RGB (Red+Green+Blue) = 171+199+42=412 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.50% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 199 - color contains mainly: green. Hex color #ABC72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC72A is #5438D5. Grayscale: #ADADAD. Windows color (decimal): -5519574 or 2803627. OLE color: 2803627.

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

Color convert

RGB 171 199 42 -
CMYK 0.14 0 0.79 0.22
HSL 70.7º 0.65% 0.47% -
HSV(B) 70.7º 0.79% 0.78% -
XYZ 37.64 49.67 9.79 -
YUV 172.73 54.22 126.77 -
System Red Green Blue C M Y K H S L
Decimal 171 199 42 0.14 0 0.79 0.22 70.7 0.65 0.47
Hex AB C7 2A E 0 4F 16 47 41 2F
Octal 253 307 52 16 0 117 26 107 101 57
Binary 10101011 11000111 101010 1110 0 1001111 10110 1000111 1000001 101111

Color Harmonies of #ABC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC72A

Black with #ABC72A

Text Example


Text Example

White with #ABC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC72A; }

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

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

background-color css

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

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

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

border-color css

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

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

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