Html Css Color HEX #99BB94 Spring Rain

📋 copy color: '#99BB94'

red 153 ◦ green 187 ◦ blue 148

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

Shades of Spring Rain #99BB94

Tints of Spring Rain #99BB94

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.32%

 BLUE value IS 148 (58.2% from 255) = 30.33%

R = 31.35%
G = 38.32%
B = 30.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#99BB94 (or 0x99BB94) is known color: Spring Rain. HEX triplet: 99, BB and 94. RGB value is (153,187,148). Sum of RGB (Red+Green+Blue) = 153+187+148=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 187 (73.44% from 255 or 38.32% from 488); Blue value is 148 (58.20% from 255 or 30.33% from 488); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BB94 is #66446B. Grayscale: #ACACAC. Windows color (decimal): -6702188 or 9747353. OLE color: 9747353.

HSL color Cylindrical-coordinate representation of color #99BB94: hue angle of 112.31º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #99BB94 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 153 187 148 -
CMYK 0.18 0 0.21 0.27
HSL 112.31º 0.22% 0.66% -
HSV(B) 112.31º 0.21% 0.73% -
XYZ 36.25 44.45 34.69 -
YUV 172.39 114.24 114.17 -
System Red Green Blue C M Y K H S L
Decimal 153 187 148 0.18 0 0.21 0.27 112.31 0.22 0.66
Hex 99 BB 94 12 0 15 1B 70 16 42
Octal 231 273 224 22 0 25 33 160 26 102
Binary 10011001 10111011 10010100 10010 0 10101 11011 1110000 10110 1000010

Color Harmonies of #99BB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BB94

Black with #99BB94

Text Example


Text Example

White with #99BB94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,187,148); }

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

background-color css

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

 a { background-color: rgb(153,187,148); }

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

border-color css

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

 span { border-color: rgb(153,187,148); }

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