Html Css Color HEX #A2C012 Bahia

📋 copy color: '#A2C012'

red 162 ◦ green 192 ◦ blue 18

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

Shades of Bahia #A2C012

Tints of Bahia #A2C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.84%

R = 43.55%
G = 51.61%
B = 4.84%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#A2C012 (or 0xA2C012) is known color: Bahia. HEX triplet: A2, C0 and 12. RGB value is (162,192,18). Sum of RGB (Red+Green+Blue) = 162+192+18=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 192 (75.39% from 255 or 51.61% from 372); Blue value is 18 (7.42% from 255 or 4.84% from 372); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C012 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A2C012 is #5D3FED. Grayscale: #A3A3A3. Windows color (decimal): -6111214 or 1228962. OLE color: 1228962.

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

Color convert

RGB 162 192 18 -
CMYK 0.16 0 0.91 0.25
HSL 70.34º 0.83% 0.41% -
HSV(B) 70.34º 0.91% 0.75% -
XYZ 33.86 45.42 7.56 -
YUV 163.19 46.06 127.15 -
System Red Green Blue C M Y K H S L
Decimal 162 192 18 0.16 0 0.91 0.25 70.34 0.83 0.41
Hex A2 C0 12 10 0 5B 19 46 53 29
Octal 242 300 22 20 0 133 31 106 123 51
Binary 10100010 11000000 10010 10000 0 1011011 11001 1000110 1010011 101001

Color Harmonies of #A2C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C012

Black with #A2C012

Text Example


Text Example

White with #A2C012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C012; }

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

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

background-color css

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

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

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

border-color css

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

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

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