Html Css Color HEX #ABC32A Bahia

📋 copy color: '#ABC32A'

red 171 ◦ green 195 ◦ blue 42

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

Shades of Bahia #ABC32A

Tints of Bahia #ABC32A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 47.79%

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

R = 41.91%
G = 47.79%
B = 10.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#ABC32A (or 0xABC32A) is known color: Bahia. HEX triplet: AB, C3 and 2A. RGB value is (171,195,42). Sum of RGB (Red+Green+Blue) = 171+195+42=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 195 (76.56% from 255 or 47.79% from 408); Blue value is 42 (16.80% from 255 or 10.29% from 408); Max value from RGB is 195 - color contains mainly: green. Hex color #ABC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABC32A is #543CD5. Grayscale: #AAAAAA. Windows color (decimal): -5520598 or 2802603. OLE color: 2802603.

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

Color convert

RGB 171 195 42 -
CMYK 0.12 0 0.78 0.24
HSL 69.41º 0.65% 0.46% -
HSV(B) 69.41º 0.78% 0.76% -
XYZ 36.73 47.86 9.49 -
YUV 170.38 55.55 128.44 -
System Red Green Blue C M Y K H S L
Decimal 171 195 42 0.12 0 0.78 0.24 69.41 0.65 0.46
Hex AB C3 2A C 0 4E 18 45 41 2E
Octal 253 303 52 14 0 116 30 105 101 56
Binary 10101011 11000011 101010 1100 0 1001110 11000 1000101 1000001 101110

Color Harmonies of #ABC32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABC32A

Black with #ABC32A

Text Example


Text Example

White with #ABC32A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABC32A; }

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

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

background-color css

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

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

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

border-color css

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

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

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