Html Css Color HEX #99BC8A Spring Rain

📋 copy color: '#99BC8A'

red 153 ◦ green 188 ◦ blue 138

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

Shades of Spring Rain #99BC8A

Tints of Spring Rain #99BC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.81%

R = 31.94%
G = 39.25%
B = 28.81%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#99BC8A (or 0x99BC8A) is known color: Spring Rain. HEX triplet: 99, BC and 8A. RGB value is (153,188,138). Sum of RGB (Red+Green+Blue) = 153+188+138=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC8A is #664375. Grayscale: #ACACAC. Windows color (decimal): -6701942 or 9092249. OLE color: 9092249.

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

Color convert

RGB 153 188 138 -
CMYK 0.19 0 0.27 0.26
HSL 102º 0.27% 0.64% -
HSV(B) 102º 0.27% 0.74% -
XYZ 35.71 44.57 30.77 -
YUV 171.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 153 188 138 0.19 0 0.27 0.26 102 0.27 0.64
Hex 99 BC 8A 13 0 1B 1A 66 1B 40
Octal 231 274 212 23 0 33 32 146 33 100
Binary 10011001 10111100 10001010 10011 0 11011 11010 1100110 11011 1000000

Color Harmonies of #99BC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BC8A

Black with #99BC8A

Text Example


Text Example

White with #99BC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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