Html Css Color HEX #99BF8E Spring Rain

📋 copy color: '#99BF8E'

red 153 ◦ green 191 ◦ blue 142

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

Shades of Spring Rain #99BF8E

Tints of Spring Rain #99BF8E

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

 BLUE value IS 142 (55.86% from 255) = 29.22%

R = 31.48%
G = 39.3%
B = 29.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#99BF8E (or 0x99BF8E) is known color: Spring Rain. HEX triplet: 99, BF and 8E. RGB value is (153,191,142). Sum of RGB (Red+Green+Blue) = 153+191+142=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 142 (55.86% from 255 or 29.22% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF8E is #664071. Grayscale: #AEAEAE. Windows color (decimal): -6701170 or 9355161. OLE color: 9355161.

HSL color Cylindrical-coordinate representation of color #99BF8E: hue angle of 106.53º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99BF8E is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 153 191 142 -
CMYK 0.20 0 0.26 0.25
HSL 106.53º 0.28% 0.65% -
HSV(B) 106.53º 0.26% 0.75% -
XYZ 36.65 45.99 32.54 -
YUV 174.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 153 191 142 0.20 0 0.26 0.25 106.53 0.28 0.65
Hex 99 BF 8E 14 0 1A 19 6B 1C 41
Octal 231 277 216 24 0 32 31 153 34 101
Binary 10011001 10111111 10001110 10100 0 11010 11001 1101011 11100 1000001

Color Harmonies of #99BF8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF8E

Black with #99BF8E

Text Example


Text Example

White with #99BF8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,191,142); }

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

background-color css

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

 a { background-color: rgb(153,191,142); }

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

border-color css

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

 span { border-color: rgb(153,191,142); }

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