Html Css Color HEX #A2C415 Bahia

📋 copy color: '#A2C415'

red 162 ◦ green 196 ◦ blue 21

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

Shades of Bahia #A2C415

Tints of Bahia #A2C415

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.72%

 BLUE value IS 21 (8.59% from 255) = 5.54%

R = 42.74%
G = 51.72%
B = 5.54%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#A2C415 (or 0xA2C415) is known color: Bahia. HEX triplet: A2, C4 and 15. RGB value is (162,196,21). Sum of RGB (Red+Green+Blue) = 162+196+21=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C415 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C415 is #5D3BEA. Grayscale: #A6A6A6. Windows color (decimal): -6110187 or 1426594. OLE color: 1426594.

HSL color Cylindrical-coordinate representation of color #A2C415: hue angle of 71.66º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2C415 is Cyan = 0.17, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 162 196 21 -
CMYK 0.17 0 0.89 0.23
HSL 71.66º 0.81% 0.43% -
HSV(B) 71.66º 0.89% 0.77% -
XYZ 34.78 47.22 7.99 -
YUV 165.88 46.24 125.23 -
System Red Green Blue C M Y K H S L
Decimal 162 196 21 0.17 0 0.89 0.23 71.66 0.81 0.43
Hex A2 C4 15 11 0 59 17 48 51 2B
Octal 242 304 25 21 0 131 27 110 121 53
Binary 10100010 11000100 10101 10001 0 1011001 10111 1001000 1010001 101011

Color Harmonies of #A2C415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C415

Black with #A2C415

Text Example


Text Example

White with #A2C415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C415; }

 p { color: rgb(162,196,21); }

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

background-color css

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

 a { background-color: rgb(162,196,21); }

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

border-color css

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

 span { border-color: rgb(162,196,21); }

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