Html Css Color HEX #A2C015 Bahia

📋 copy color: '#A2C015'

red 162 ◦ green 192 ◦ blue 21

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

Shades of Bahia #A2C015

Tints of Bahia #A2C015

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 43.2%
G = 51.2%
B = 5.6%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#A2C015 (or 0xA2C015) is known color: Bahia. HEX triplet: A2, C0 and 15. RGB value is (162,192,21). Sum of RGB (Red+Green+Blue) = 162+192+21=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C015 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C015 is #5D3FEA. Grayscale: #A4A4A4. Windows color (decimal): -6111211 or 1425570. OLE color: 1425570.

HSL color Cylindrical-coordinate representation of color #A2C015: hue angle of 70.53º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A2C015 is Cyan = 0.16, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 21 -
CMYK 0.16 0 0.89 0.25
HSL 70.53º 0.8% 0.42% -
HSV(B) 70.53º 0.89% 0.75% -
XYZ 33.89 45.43 7.69 -
YUV 163.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 162 192 21 0.16 0 0.89 0.25 70.53 0.8 0.42
Hex A2 C0 15 10 0 59 19 47 50 2A
Octal 242 300 25 20 0 131 31 107 120 52
Binary 10100010 11000000 10101 10000 0 1011001 11001 1000111 1010000 101010

Color Harmonies of #A2C015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C015

Black with #A2C015

Text Example


Text Example

White with #A2C015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C015; }

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

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

background-color css

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

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

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

border-color css

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

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

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