Html Css Color HEX #ABC52A Bahia

📋 copy color: '#ABC52A'

red 171 ◦ green 197 ◦ blue 42

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

Shades of Bahia #ABC52A

Tints of Bahia #ABC52A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 48.05%

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

R = 41.71%
G = 48.05%
B = 10.24%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#ABC52A (or 0xABC52A) is known color: Bahia. HEX triplet: AB, C5 and 2A. RGB value is (171,197,42). Sum of RGB (Red+Green+Blue) = 171+197+42=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 197 (77.34% from 255 or 48.05% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 197 - color contains mainly: green. Hex color #ABC52A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC52A is #543AD5. Grayscale: #ACACAC. Windows color (decimal): -5520086 or 2803115. OLE color: 2803115.

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

Color convert

RGB 171 197 42 -
CMYK 0.13 0 0.79 0.23
HSL 70.06º 0.65% 0.47% -
HSV(B) 70.06º 0.79% 0.77% -
XYZ 37.18 48.76 9.64 -
YUV 171.56 54.89 127.6 -
System Red Green Blue C M Y K H S L
Decimal 171 197 42 0.13 0 0.79 0.23 70.06 0.65 0.47
Hex AB C5 2A D 0 4F 17 46 41 2F
Octal 253 305 52 15 0 117 27 106 101 57
Binary 10101011 11000101 101010 1101 0 1001111 10111 1000110 1000001 101111

Color Harmonies of #ABC52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC52A

Black with #ABC52A

Text Example


Text Example

White with #ABC52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC52A; }

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

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

background-color css

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

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

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

border-color css

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

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

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