Html Css Color HEX #A6C228 Bahia

📋 copy color: '#A6C228'

red 166 ◦ green 194 ◦ blue 40

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

Shades of Bahia #A6C228

Tints of Bahia #A6C228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10%

R = 41.5%
G = 48.5%
B = 10%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#A6C228 (or 0xA6C228) is known color: Bahia. HEX triplet: A6, C2 and 28. RGB value is (166,194,40). Sum of RGB (Red+Green+Blue) = 166+194+40=400 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.5% from 400); Green value is 194 (76.17% from 255 or 48.5% from 400); Blue value is 40 (16.02% from 255 or 10% from 400); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C228 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C228 is #593DD7. Grayscale: #A8A8A8. Windows color (decimal): -5848536 or 2671270. OLE color: 2671270.

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

Color convert

RGB 166 194 40 -
CMYK 0.14 0 0.79 0.24
HSL 70.91º 0.66% 0.46% -
HSV(B) 70.91º 0.79% 0.76% -
XYZ 35.4 46.84 9.18 -
YUV 168.07 55.72 126.52 -
System Red Green Blue C M Y K H S L
Decimal 166 194 40 0.14 0 0.79 0.24 70.91 0.66 0.46
Hex A6 C2 28 E 0 4F 18 47 42 2E
Octal 246 302 50 16 0 117 30 107 102 56
Binary 10100110 11000010 101000 1110 0 1001111 11000 1000111 1000010 101110

Color Harmonies of #A6C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C228

Black with #A6C228

Text Example


Text Example

White with #A6C228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C228; }

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

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

background-color css

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

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

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

border-color css

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

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

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