Html Css Color HEX #A6C52C Bahia

📋 copy color: '#A6C52C'

red 166 ◦ green 197 ◦ blue 44

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

Shades of Bahia #A6C52C

Tints of Bahia #A6C52C

RGB

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

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

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

R = 40.79%
G = 48.4%
B = 10.81%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#A6C52C (or 0xA6C52C) is known color: Bahia. HEX triplet: A6, C5 and 2C. RGB value is (166,197,44). Sum of RGB (Red+Green+Blue) = 166+197+44=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 197 (77.34% from 255 or 48.40% from 407); Blue value is 44 (17.58% from 255 or 10.81% from 407); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C52C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C52C is #593AD3. Grayscale: #AAAAAA. Windows color (decimal): -5847764 or 2934182. OLE color: 2934182.

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

Color convert

RGB 166 197 44 -
CMYK 0.16 0 0.78 0.23
HSL 72.16º 0.63% 0.47% -
HSV(B) 72.16º 0.78% 0.77% -
XYZ 36.15 48.22 9.79 -
YUV 170.29 56.73 124.94 -
System Red Green Blue C M Y K H S L
Decimal 166 197 44 0.16 0 0.78 0.23 72.16 0.63 0.47
Hex A6 C5 2C 10 0 4E 17 48 3F 2F
Octal 246 305 54 20 0 116 27 110 77 57
Binary 10100110 11000101 101100 10000 0 1001110 10111 1001000 111111 101111

Color Harmonies of #A6C52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C52C

Black with #A6C52C

Text Example


Text Example

White with #A6C52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C52C; }

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

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

background-color css

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

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

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

border-color css

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

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

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