Html Css Color HEX #A6C22D Bahia

📋 copy color: '#A6C22D'

red 166 ◦ green 194 ◦ blue 45

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

Shades of Bahia #A6C22D

Tints of Bahia #A6C22D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.9%

 BLUE value IS 45 (17.97% from 255) = 11.11%

R = 40.99%
G = 47.9%
B = 11.11%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#A6C22D (or 0xA6C22D) is known color: Bahia. HEX triplet: A6, C2 and 2D. RGB value is (166,194,45). Sum of RGB (Red+Green+Blue) = 166+194+45=405 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.99% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 45 (17.97% from 255 or 11.11% from 405); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C22D is #593DD2. Grayscale: #A9A9A9. Windows color (decimal): -5848531 or 2998950. OLE color: 2998950.

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

Color convert

RGB 166 194 45 -
CMYK 0.14 0 0.77 0.24
HSL 71.28º 0.62% 0.47% -
HSV(B) 71.28º 0.77% 0.76% -
XYZ 35.49 46.88 9.66 -
YUV 168.64 58.22 126.12 -
System Red Green Blue C M Y K H S L
Decimal 166 194 45 0.14 0 0.77 0.24 71.28 0.62 0.47
Hex A6 C2 2D E 0 4D 18 47 3E 2F
Octal 246 302 55 16 0 115 30 107 76 57
Binary 10100110 11000010 101101 1110 0 1001101 11000 1000111 111110 101111

Color Harmonies of #A6C22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C22D

Black with #A6C22D

Text Example


Text Example

White with #A6C22D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C22D; }

 p { color: rgb(166,194,45); }

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

background-color css

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

 a { background-color: rgb(166,194,45); }

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

border-color css

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

 span { border-color: rgb(166,194,45); }

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