Html Css Color HEX #99BD8C Spring Rain

📋 copy color: '#99BD8C'

red 153 ◦ green 189 ◦ blue 140

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

Shades of Spring Rain #99BD8C

Tints of Spring Rain #99BD8C

RGB

 RED value IS 153 (60.16% from 255) = 31.74%

 GREEN value IS 189 (74.22% from 255) = 39.21%

 BLUE value IS 140 (55.08% from 255) = 29.05%

R = 31.74%
G = 39.21%
B = 29.05%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#99BD8C (or 0x99BD8C) is known color: Spring Rain. HEX triplet: 99, BD and 8C. RGB value is (153,189,140). Sum of RGB (Red+Green+Blue) = 153+189+140=482 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.74% from 482); Green value is 189 (74.22% from 255 or 39.21% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 189 - color contains mainly: green. Hex color #99BD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BD8C is #664273. Grayscale: #ACACAC. Windows color (decimal): -6701684 or 9223577. OLE color: 9223577.

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

Color convert

RGB 153 189 140 -
CMYK 0.19 0 0.26 0.26
HSL 104.08º 0.27% 0.65% -
HSV(B) 104.08º 0.26% 0.74% -
XYZ 36.07 45.06 31.61 -
YUV 172.65 109.57 113.98 -
System Red Green Blue C M Y K H S L
Decimal 153 189 140 0.19 0 0.26 0.26 104.08 0.27 0.65
Hex 99 BD 8C 13 0 1A 1A 68 1B 41
Octal 231 275 214 23 0 32 32 150 33 101
Binary 10011001 10111101 10001100 10011 0 11010 11010 1101000 11011 1000001

Color Harmonies of #99BD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BD8C

Black with #99BD8C

Text Example


Text Example

White with #99BD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99BD8C; }

 p { color: rgb(153,189,140); }

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

background-color css

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

 a { background-color: rgb(153,189,140); }

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

border-color css

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

 span { border-color: rgb(153,189,140); }

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