Html Css Color HEX #A4C295 Spring Rain

📋 copy color: '#A4C295'

red 164 ◦ green 194 ◦ blue 149

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

Shades of Spring Rain #A4C295

Tints of Spring Rain #A4C295

RGB

 RED value IS 164 (64.45% from 255) = 32.35%

 GREEN value IS 194 (76.17% from 255) = 38.26%

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

R = 32.35%
G = 38.26%
B = 29.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A4C295 (or 0xA4C295) is known color: Spring Rain. HEX triplet: A4, C2 and 95. RGB value is (164,194,149). Sum of RGB (Red+Green+Blue) = 164+194+149=507 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.35% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 149 (58.59% from 255 or 29.39% from 507); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C295 is #5B3D6A. Grayscale: #B4B4B4. Windows color (decimal): -5979499 or 9814692. OLE color: 9814692.

HSL color Cylindrical-coordinate representation of color #A4C295: hue angle of 100º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4C295 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 164 194 149 -
CMYK 0.15 0 0.23 0.24
HSL 100º 0.27% 0.67% -
HSV(B) 100º 0.23% 0.76% -
XYZ 40.03 48.65 35.71 -
YUV 179.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 164 194 149 0.15 0 0.23 0.24 100 0.27 0.67
Hex A4 C2 95 F 0 17 18 64 1B 43
Octal 244 302 225 17 0 27 30 144 33 103
Binary 10100100 11000010 10010101 1111 0 10111 11000 1100100 11011 1000011

Color Harmonies of #A4C295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C295

Black with #A4C295

Text Example


Text Example

White with #A4C295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C295; }

 p { color: rgb(164,194,149); }

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

background-color css

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

 a { background-color: rgb(164,194,149); }

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

border-color css

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

 span { border-color: rgb(164,194,149); }

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