Html Css Color HEX #A6C621 Bahia

📋 copy color: '#A6C621'

red 166 ◦ green 198 ◦ blue 33

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

Shades of Bahia #A6C621

Tints of Bahia #A6C621

RGB

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

 GREEN value IS 198 (77.73% from 255) = 49.87%

 BLUE value IS 33 (13.28% from 255) = 8.31%

R = 41.81%
G = 49.87%
B = 8.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#A6C621 (or 0xA6C621) is known color: Bahia. HEX triplet: A6, C6 and 21. RGB value is (166,198,33). Sum of RGB (Red+Green+Blue) = 166+198+33=397 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.81% from 397); Green value is 198 (77.73% from 255 or 49.87% from 397); Blue value is 33 (13.28% from 255 or 8.31% from 397); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C621 is #5939DE. Grayscale: #AAAAAA. Windows color (decimal): -5847519 or 2213542. OLE color: 2213542.

HSL color Cylindrical-coordinate representation of color #A6C621: hue angle of 71.64º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A6C621 is Cyan = 0.16, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 166 198 33 -
CMYK 0.16 0 0.83 0.22
HSL 71.64º 0.71% 0.45% -
HSV(B) 71.64º 0.83% 0.78% -
XYZ 36.19 48.6 8.91 -
YUV 169.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 166 198 33 0.16 0 0.83 0.22 71.64 0.71 0.45
Hex A6 C6 21 10 0 53 16 48 47 2D
Octal 246 306 41 20 0 123 26 110 107 55
Binary 10100110 11000110 100001 10000 0 1010011 10110 1001000 1000111 101101

Color Harmonies of #A6C621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C621

Black with #A6C621

Text Example


Text Example

White with #A6C621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C621; }

 p { color: rgb(166,198,33); }

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

background-color css

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

 a { background-color: rgb(166,198,33); }

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

border-color css

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

 span { border-color: rgb(166,198,33); }

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