Html Css Color HEX #ABC42A Bahia

📋 copy color: '#ABC42A'

red 171 ◦ green 196 ◦ blue 42

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

Shades of Bahia #ABC42A

Tints of Bahia #ABC42A

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.92%

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

R = 41.81%
G = 47.92%
B = 10.27%

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

#ABC42A (or 0xABC42A) is known color: Bahia. HEX triplet: AB, C4 and 2A. RGB value is (171,196,42). Sum of RGB (Red+Green+Blue) = 171+196+42=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 196 (76.95% from 255 or 47.92% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 196 - color contains mainly: green. Hex color #ABC42A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC42A is #543BD5. Grayscale: #ABABAB. Windows color (decimal): -5520342 or 2802859. OLE color: 2802859.

HSL color Cylindrical-coordinate representation of color #ABC42A: hue angle of 69.74º 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 #ABC42A is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 171 196 42 -
CMYK 0.13 0 0.79 0.23
HSL 69.74º 0.65% 0.47% -
HSV(B) 69.74º 0.79% 0.77% -
XYZ 36.95 48.3 9.57 -
YUV 170.97 55.22 128.02 -
System Red Green Blue C M Y K H S L
Decimal 171 196 42 0.13 0 0.79 0.23 69.74 0.65 0.47
Hex AB C4 2A D 0 4F 17 46 41 2F
Octal 253 304 52 15 0 117 27 106 101 57
Binary 10101011 11000100 101010 1101 0 1001111 10111 1000110 1000001 101111

Color Harmonies of #ABC42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC42A

Black with #ABC42A

Text Example


Text Example

White with #ABC42A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC42A; }

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

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

background-color css

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

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

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

border-color css

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

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

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