Html Css Color HEX #A2CB96 Spring Rain

📋 copy color: '#A2CB96'

red 162 ◦ green 203 ◦ blue 150

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

Shades of Spring Rain #A2CB96

Tints of Spring Rain #A2CB96

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.42%

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 31.46%
G = 39.42%
B = 29.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#A2CB96 (or 0xA2CB96) is known color: Spring Rain. HEX triplet: A2, CB and 96. RGB value is (162,203,150). Sum of RGB (Red+Green+Blue) = 162+203+150=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB96 is #5D3469. Grayscale: #B8B8B8. Windows color (decimal): -6108266 or 9882530. OLE color: 9882530.

HSL color Cylindrical-coordinate representation of color #A2CB96: hue angle of 106.42º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2CB96 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 203 150 -
CMYK 0.20 0 0.26 0.20
HSL 106.42º 0.34% 0.69% -
HSV(B) 106.42º 0.26% 0.8% -
XYZ 41.76 52.6 36.81 -
YUV 184.7 108.42 111.81 -
System Red Green Blue C M Y K H S L
Decimal 162 203 150 0.20 0 0.26 0.20 106.42 0.34 0.69
Hex A2 CB 96 14 0 1A 14 6A 22 45
Octal 242 313 226 24 0 32 24 152 42 105
Binary 10100010 11001011 10010110 10100 0 11010 10100 1101010 100010 1000101

Color Harmonies of #A2CB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB96

Black with #A2CB96

Text Example


Text Example

White with #A2CB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB96; }

 p { color: rgb(162,203,150); }

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

background-color css

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

 a { background-color: rgb(162,203,150); }

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

border-color css

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

 span { border-color: rgb(162,203,150); }

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