Html Css Color HEX #A6C527 Bahia

📋 copy color: '#A6C527'

red 166 ◦ green 197 ◦ blue 39

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

Shades of Bahia #A6C527

Tints of Bahia #A6C527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.7%

R = 41.29%
G = 49%
B = 9.7%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#A6C527 (or 0xA6C527) is known color: Bahia. HEX triplet: A6, C5 and 27. RGB value is (166,197,39). Sum of RGB (Red+Green+Blue) = 166+197+39=402 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.29% from 402); Green value is 197 (77.34% from 255 or 49.00% from 402); Blue value is 39 (15.62% from 255 or 9.70% from 402); Max value from RGB is 197 - color contains mainly: green. Hex color #A6C527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C527 is #593AD8. Grayscale: #AAAAAA. Windows color (decimal): -5847769 or 2606502. OLE color: 2606502.

HSL color Cylindrical-coordinate representation of color #A6C527: hue angle of 71.77º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A6C527 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.

Color convert

RGB 166 197 39 -
CMYK 0.16 0 0.80 0.23
HSL 71.77º 0.67% 0.46% -
HSV(B) 71.77º 0.8% 0.77% -
XYZ 36.06 48.19 9.32 -
YUV 169.72 54.23 125.35 -
System Red Green Blue C M Y K H S L
Decimal 166 197 39 0.16 0 0.80 0.23 71.77 0.67 0.46
Hex A6 C5 27 10 0 50 17 48 43 2E
Octal 246 305 47 20 0 120 27 110 103 56
Binary 10100110 11000101 100111 10000 0 1010000 10111 1001000 1000011 101110

Color Harmonies of #A6C527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C527

Black with #A6C527

Text Example


Text Example

White with #A6C527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C527; }

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

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

background-color css

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

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

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

border-color css

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

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

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