Html Css Color HEX #A6C02E Bahia

📋 copy color: '#A6C02E'

red 166 ◦ green 192 ◦ blue 46

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

Shades of Bahia #A6C02E

Tints of Bahia #A6C02E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.52%

 BLUE value IS 46 (18.36% from 255) = 11.39%

R = 41.09%
G = 47.52%
B = 11.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#A6C02E (or 0xA6C02E) is known color: Bahia. HEX triplet: A6, C0 and 2E. RGB value is (166,192,46). Sum of RGB (Red+Green+Blue) = 166+192+46=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 192 (75.39% from 255 or 47.52% from 404); Blue value is 46 (18.36% from 255 or 11.39% from 404); Max value from RGB is 192 - color contains mainly: green. Hex color #A6C02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C02E is #593FD1. Grayscale: #A8A8A8. Windows color (decimal): -5849042 or 3063974. OLE color: 3063974.

HSL color Cylindrical-coordinate representation of color #A6C02E: hue angle of 70.68º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A6C02E is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 166 192 46 -
CMYK 0.14 0 0.76 0.25
HSL 70.68º 0.61% 0.47% -
HSV(B) 70.68º 0.76% 0.75% -
XYZ 35.07 46 9.62 -
YUV 167.58 59.39 126.87 -
System Red Green Blue C M Y K H S L
Decimal 166 192 46 0.14 0 0.76 0.25 70.68 0.61 0.47
Hex A6 C0 2E E 0 4C 19 47 3D 2F
Octal 246 300 56 16 0 114 31 107 75 57
Binary 10100110 11000000 101110 1110 0 1001100 11001 1000111 111101 101111

Color Harmonies of #A6C02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C02E

Black with #A6C02E

Text Example


Text Example

White with #A6C02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C02E; }

 p { color: rgb(166,192,46); }

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

background-color css

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

 a { background-color: rgb(166,192,46); }

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

border-color css

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

 span { border-color: rgb(166,192,46); }

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