Html Css Color HEX #99B88D Spring Rain

📋 copy color: '#99B88D'

red 153 ◦ green 184 ◦ blue 141

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

Shades of Spring Rain #99B88D

Tints of Spring Rain #99B88D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.49%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 32.01%
G = 38.49%
B = 29.5%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#99B88D (or 0x99B88D) is known color: Spring Rain. HEX triplet: 99, B8 and 8D. RGB value is (153,184,141). Sum of RGB (Red+Green+Blue) = 153+184+141=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 184 (72.27% from 255 or 38.49% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 184 - color contains mainly: green. Hex color #99B88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99B88D is #664772. Grayscale: #A9A9A9. Windows color (decimal): -6702963 or 9287833. OLE color: 9287833.

HSL color Cylindrical-coordinate representation of color #99B88D: hue angle of 103.26º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #99B88D is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 153 184 141 -
CMYK 0.17 0 0.23 0.28
HSL 103.26º 0.23% 0.64% -
HSV(B) 103.26º 0.23% 0.72% -
XYZ 35.09 42.98 31.65 -
YUV 169.83 111.73 116 -
System Red Green Blue C M Y K H S L
Decimal 153 184 141 0.17 0 0.23 0.28 103.26 0.23 0.64
Hex 99 B8 8D 11 0 17 1C 67 17 40
Octal 231 270 215 21 0 27 34 147 27 100
Binary 10011001 10111000 10001101 10001 0 10111 11100 1100111 10111 1000000

Color Harmonies of #99B88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99B88D

Black with #99B88D

Text Example


Text Example

White with #99B88D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,184,141); }

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

background-color css

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

 a { background-color: rgb(153,184,141); }

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

border-color css

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

 span { border-color: rgb(153,184,141); }

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