Html Css Color HEX #A4BC99 Spring Rain

📋 copy color: '#A4BC99'

red 164 ◦ green 188 ◦ blue 153

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

Shades of Spring Rain #A4BC99

Tints of Spring Rain #A4BC99

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 32.48%
G = 37.23%
B = 30.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#A4BC99 (or 0xA4BC99) is known color: Spring Rain. HEX triplet: A4, BC and 99. RGB value is (164,188,153). Sum of RGB (Red+Green+Blue) = 164+188+153=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BC99 is #5B4366. Grayscale: #B0B0B0. Windows color (decimal): -5981031 or 10075300. OLE color: 10075300.

HSL color Cylindrical-coordinate representation of color #A4BC99: hue angle of 101.14º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4BC99 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 164 188 153 -
CMYK 0.13 0 0.19 0.26
HSL 101.14º 0.21% 0.67% -
HSV(B) 101.14º 0.19% 0.74% -
XYZ 39.04 46.16 36.99 -
YUV 176.83 114.55 118.85 -
System Red Green Blue C M Y K H S L
Decimal 164 188 153 0.13 0 0.19 0.26 101.14 0.21 0.67
Hex A4 BC 99 D 0 13 1A 65 15 43
Octal 244 274 231 15 0 23 32 145 25 103
Binary 10100100 10111100 10011001 1101 0 10011 11010 1100101 10101 1000011

Color Harmonies of #A4BC99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BC99

Black with #A4BC99

Text Example


Text Example

White with #A4BC99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BC99; }

 p { color: rgb(164,188,153); }

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

background-color css

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

 a { background-color: rgb(164,188,153); }

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

border-color css

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

 span { border-color: rgb(164,188,153); }

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