Html Css Color HEX #A6C21D Bahia

📋 copy color: '#A6C21D'

red 166 ◦ green 194 ◦ blue 29

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

Shades of Bahia #A6C21D

Tints of Bahia #A6C21D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.46%

R = 42.67%
G = 49.87%
B = 7.46%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#A6C21D (or 0xA6C21D) is known color: Bahia. HEX triplet: A6, C2 and 1D. RGB value is (166,194,29). Sum of RGB (Red+Green+Blue) = 166+194+29=389 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.67% from 389); Green value is 194 (76.17% from 255 or 49.87% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C21D is #593DE2. Grayscale: #A7A7A7. Windows color (decimal): -5848547 or 1950374. OLE color: 1950374.

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

Color convert

RGB 166 194 29 -
CMYK 0.14 0 0.85 0.24
HSL 70.18º 0.74% 0.44% -
HSV(B) 70.18º 0.85% 0.76% -
XYZ 35.24 46.78 8.33 -
YUV 166.82 50.22 127.42 -
System Red Green Blue C M Y K H S L
Decimal 166 194 29 0.14 0 0.85 0.24 70.18 0.74 0.44
Hex A6 C2 1D E 0 55 18 46 4A 2C
Octal 246 302 35 16 0 125 30 106 112 54
Binary 10100110 11000010 11101 1110 0 1010101 11000 1000110 1001010 101100

Color Harmonies of #A6C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6C21D

Black with #A6C21D

Text Example


Text Example

White with #A6C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6C21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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