Html Css Color HEX #A6C32B Bahia

📋 copy color: '#A6C32B'

red 166 ◦ green 195 ◦ blue 43

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

Shades of Bahia #A6C32B

Tints of Bahia #A6C32B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.64%

R = 41.09%
G = 48.27%
B = 10.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#A6C32B (or 0xA6C32B) is known color: Bahia. HEX triplet: A6, C3 and 2B. RGB value is (166,195,43). Sum of RGB (Red+Green+Blue) = 166+195+43=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 195 (76.56% from 255 or 48.27% from 404); Blue value is 43 (17.19% from 255 or 10.64% from 404); Max value from RGB is 195 - color contains mainly: green. Hex color #A6C32B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C32B is #593CD4. Grayscale: #A9A9A9. Windows color (decimal): -5848277 or 2868134. OLE color: 2868134.

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

Color convert

RGB 166 195 43 -
CMYK 0.15 0 0.78 0.24
HSL 71.45º 0.64% 0.47% -
HSV(B) 71.45º 0.78% 0.76% -
XYZ 35.68 47.31 9.54 -
YUV 169 56.89 125.86 -
System Red Green Blue C M Y K H S L
Decimal 166 195 43 0.15 0 0.78 0.24 71.45 0.64 0.47
Hex A6 C3 2B F 0 4E 18 47 40 2F
Octal 246 303 53 17 0 116 30 107 100 57
Binary 10100110 11000011 101011 1111 0 1001110 11000 1000111 1000000 101111

Color Harmonies of #A6C32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C32B

Black with #A6C32B

Text Example


Text Example

White with #A6C32B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C32B; }

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

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

background-color css

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

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

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

border-color css

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

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

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