Html Css Color HEX #A2C35B Olivine

📋 copy color: '#A2C35B'

red 162 ◦ green 195 ◦ blue 91

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

Shades of Olivine #A2C35B

Tints of Olivine #A2C35B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.31%

R = 36.16%
G = 43.53%
B = 20.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#A2C35B (or 0xA2C35B) is known color: Olivine. HEX triplet: A2, C3 and 5B. RGB value is (162,195,91). Sum of RGB (Red+Green+Blue) = 162+195+91=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C35B is #5D3CA4. Grayscale: #ADADAD. Windows color (decimal): -6110373 or 6013858. OLE color: 6013858.

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

Color convert

RGB 162 195 91 -
CMYK 0.17 0 0.53 0.24
HSL 79.04º 0.46% 0.56% -
HSV(B) 79.04º 0.53% 0.76% -
XYZ 36.3 47.47 17.15 -
YUV 173.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 162 195 91 0.17 0 0.53 0.24 79.04 0.46 0.56
Hex A2 C3 5B 11 0 35 18 4F 2E 38
Octal 242 303 133 21 0 65 30 117 56 70
Binary 10100010 11000011 1011011 10001 0 110101 11000 1001111 101110 111000

Color Harmonies of #A2C35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C35B

Black with #A2C35B

Text Example


Text Example

White with #A2C35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C35B; }

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

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

background-color css

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

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

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

border-color css

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

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

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