Html Css Color HEX #A2CB95 Spring Rain

📋 copy color: '#A2CB95'

red 162 ◦ green 203 ◦ blue 149

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

Shades of Spring Rain #A2CB95

Tints of Spring Rain #A2CB95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 31.52%
G = 39.49%
B = 28.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#A2CB95 (or 0xA2CB95) is known color: Spring Rain. HEX triplet: A2, CB and 95. RGB value is (162,203,149). Sum of RGB (Red+Green+Blue) = 162+203+149=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #A2CB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CB95 is #5D346A. Grayscale: #B8B8B8. Windows color (decimal): -6108267 or 9816994. OLE color: 9816994.

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

Color convert

RGB 162 203 149 -
CMYK 0.20 0 0.27 0.20
HSL 105.56º 0.34% 0.69% -
HSV(B) 105.56º 0.27% 0.8% -
XYZ 41.68 52.56 36.38 -
YUV 184.59 107.92 111.89 -
System Red Green Blue C M Y K H S L
Decimal 162 203 149 0.20 0 0.27 0.20 105.56 0.34 0.69
Hex A2 CB 95 14 0 1B 14 6A 22 45
Octal 242 313 225 24 0 33 24 152 42 105
Binary 10100010 11001011 10010101 10100 0 11011 10100 1101010 100010 1000101

Color Harmonies of #A2CB95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2CB95

Black with #A2CB95

Text Example


Text Example

White with #A2CB95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2CB95; }

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

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

background-color css

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

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

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

border-color css

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

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

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