Html Css Color HEX #A6C32C Bahia

📋 copy color: '#A6C32C'

red 166 ◦ green 195 ◦ blue 44

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

Shades of Bahia #A6C32C

Tints of Bahia #A6C32C

RGB

 RED value IS 166 (65.23% from 255) = 40.99%

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

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

R = 40.99%
G = 48.15%
B = 10.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A6C32C (or 0xA6C32C) is known color: Bahia. HEX triplet: A6, C3 and 2C. RGB value is (166,195,44). Sum of RGB (Red+Green+Blue) = 166+195+44=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 44 (17.58% from 255 or 10.86% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C32C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C32C is #593CD3. Grayscale: #A9A9A9. Windows color (decimal): -5848276 or 2933670. OLE color: 2933670.

HSL color Cylindrical-coordinate representation of color #A6C32C: hue angle of 71.52º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A6C32C is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 166 195 44 -
CMYK 0.15 0 0.77 0.24
HSL 71.52º 0.63% 0.47% -
HSV(B) 71.52º 0.77% 0.76% -
XYZ 35.7 47.32 9.64 -
YUV 169.12 57.39 125.78 -
System Red Green Blue C M Y K H S L
Decimal 166 195 44 0.15 0 0.77 0.24 71.52 0.63 0.47
Hex A6 C3 2C F 0 4D 18 48 3F 2F
Octal 246 303 54 17 0 115 30 110 77 57
Binary 10100110 11000011 101100 1111 0 1001101 11000 1001000 111111 101111

Color Harmonies of #A6C32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C32C

Black with #A6C32C

Text Example


Text Example

White with #A6C32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C32C; }

 p { color: rgb(166,195,44); }

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

background-color css

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

 a { background-color: rgb(166,195,44); }

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

border-color css

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

 span { border-color: rgb(166,195,44); }

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