Html Css Color HEX #A2C21D Bahia

📋 copy color: '#A2C21D'

red 162 ◦ green 194 ◦ blue 29

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

Shades of Bahia #A2C21D

Tints of Bahia #A2C21D

RGB

 RED value IS 162 (63.67% from 255) = 42.08%

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

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

R = 42.08%
G = 50.39%
B = 7.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#A2C21D (or 0xA2C21D) is known color: Bahia. HEX triplet: A2, C2 and 1D. RGB value is (162,194,29). Sum of RGB (Red+Green+Blue) = 162+194+29=385 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.08% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #A2C21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C21D is #5D3DE2. Grayscale: #A6A6A6. Windows color (decimal): -6110691 or 1950370. OLE color: 1950370.

HSL color Cylindrical-coordinate representation of color #A2C21D: hue angle of 71.64º 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 #A2C21D is Cyan = 0.16, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 162 194 29 -
CMYK 0.16 0 0.85 0.24
HSL 71.64º 0.74% 0.44% -
HSV(B) 71.64º 0.85% 0.76% -
XYZ 34.41 46.35 8.3 -
YUV 165.62 50.9 125.42 -
System Red Green Blue C M Y K H S L
Decimal 162 194 29 0.16 0 0.85 0.24 71.64 0.74 0.44
Hex A2 C2 1D 10 0 55 18 48 4A 2C
Octal 242 302 35 20 0 125 30 110 112 54
Binary 10100010 11000010 11101 10000 0 1010101 11000 1001000 1001010 101100

Color Harmonies of #A2C21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C21D

Black with #A2C21D

Text Example


Text Example

White with #A2C21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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