Html Css Color HEX #99BF94 Dark Sea Green

📋 copy color: '#99BF94'

red 153 ◦ green 191 ◦ blue 148

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

Shades of Dark Sea Green #99BF94

Tints of Dark Sea Green #99BF94

RGB

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

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

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

R = 31.1%
G = 38.82%
B = 30.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#99BF94 (or 0x99BF94) is known color: Dark Sea Green. HEX triplet: 99, BF and 94. RGB value is (153,191,148). Sum of RGB (Red+Green+Blue) = 153+191+148=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 191 (75% from 255 or 38.82% from 492); Blue value is 148 (58.20% from 255 or 30.08% from 492); Max value from RGB is 191 - color contains mainly: green. Hex color #99BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BF94 is #66406B. Grayscale: #AEAEAE. Windows color (decimal): -6701164 or 9748377. OLE color: 9748377.

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

Color convert

RGB 153 191 148 -
CMYK 0.20 0 0.23 0.25
HSL 113.02º 0.25% 0.66% -
HSV(B) 113.02º 0.23% 0.75% -
XYZ 37.11 46.17 34.97 -
YUV 174.74 112.91 112.5 -
System Red Green Blue C M Y K H S L
Decimal 153 191 148 0.20 0 0.23 0.25 113.02 0.25 0.66
Hex 99 BF 94 14 0 17 19 71 19 42
Octal 231 277 224 24 0 27 31 161 31 102
Binary 10011001 10111111 10010100 10100 0 10111 11001 1110001 11001 1000010

Color Harmonies of #99BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99BF94

Black with #99BF94

Text Example


Text Example

White with #99BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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