Html Css Color HEX #A2C315 Bahia

📋 copy color: '#A2C315'

red 162 ◦ green 195 ◦ blue 21

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

Shades of Bahia #A2C315

Tints of Bahia #A2C315

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.59%

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

R = 42.86%
G = 51.59%
B = 5.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#A2C315 (or 0xA2C315) is known color: Bahia. HEX triplet: A2, C3 and 15. RGB value is (162,195,21). Sum of RGB (Red+Green+Blue) = 162+195+21=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 195 (76.56% from 255 or 51.59% from 378); Blue value is 21 (8.59% from 255 or 5.56% from 378); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C315 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C315 is #5D3CEA. Grayscale: #A5A5A5. Windows color (decimal): -6110443 or 1426338. OLE color: 1426338.

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

Color convert

RGB 162 195 21 -
CMYK 0.17 0 0.89 0.24
HSL 71.38º 0.81% 0.42% -
HSV(B) 71.38º 0.89% 0.76% -
XYZ 34.55 46.77 7.92 -
YUV 165.3 46.57 125.65 -
System Red Green Blue C M Y K H S L
Decimal 162 195 21 0.17 0 0.89 0.24 71.38 0.81 0.42
Hex A2 C3 15 11 0 59 18 47 51 2A
Octal 242 303 25 21 0 131 30 107 121 52
Binary 10100010 11000011 10101 10001 0 1011001 11000 1000111 1010001 101010

Color Harmonies of #A2C315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C315

Black with #A2C315

Text Example


Text Example

White with #A2C315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C315; }

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

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

background-color css

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

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

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

border-color css

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

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

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