Html Css Color HEX #A6CC27 Bahia

📋 copy color: '#A6CC27'

red 166 ◦ green 204 ◦ blue 39

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

Shades of Bahia #A6CC27

Tints of Bahia #A6CC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.88%

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

R = 40.59%
G = 49.88%
B = 9.54%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#A6CC27 (or 0xA6CC27) is known color: Bahia. HEX triplet: A6, CC and 27. RGB value is (166,204,39). Sum of RGB (Red+Green+Blue) = 166+204+39=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 39 (15.62% from 255 or 9.54% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CC27 is #5933D8. Grayscale: #AEAEAE. Windows color (decimal): -5845977 or 2608294. OLE color: 2608294.

HSL color Cylindrical-coordinate representation of color #A6CC27: hue angle of 73.82º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A6CC27 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB 166 204 39 -
CMYK 0.19 0 0.81 0.2
HSL 73.82º 0.68% 0.48% -
HSV(B) 73.82º 0.81% 0.8% -
XYZ 37.68 51.44 9.86 -
YUV 173.83 51.91 122.42 -
System Red Green Blue C M Y K H S L
Decimal 166 204 39 0.19 0 0.81 0.2 73.82 0.68 0.48
Hex A6 CC 27 13 0 51 14 4A 44 30
Octal 246 314 47 23 0 121 24 112 104 60
Binary 10100110 11001100 100111 10011 0 1010001 10100 1001010 1000100 110000

Color Harmonies of #A6CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6CC27

Black with #A6CC27

Text Example


Text Example

White with #A6CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6CC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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