Html Css Color HEX #94BB9B Summer Green

📋 copy color: '#94BB9B'

red 148 ◦ green 187 ◦ blue 155

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

Shades of Summer Green #94BB9B

Tints of Summer Green #94BB9B

RGB

 RED value IS 148 (58.2% from 255) = 30.2%

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

 BLUE value IS 155 (60.94% from 255) = 31.63%

R = 30.2%
G = 38.16%
B = 31.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#94BB9B (or 0x94BB9B) is known color: Summer Green. HEX triplet: 94, BB and 9B. RGB value is (148,187,155). Sum of RGB (Red+Green+Blue) = 148+187+155=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #94BB9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BB9B is #6B4464. Grayscale: #ABABAB. Windows color (decimal): -7029861 or 10206100. OLE color: 10206100.

HSL color Cylindrical-coordinate representation of color #94BB9B: hue angle of 130.77º 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 #94BB9B is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 148 187 155 -
CMYK 0.21 0 0.17 0.27
HSL 130.77º 0.22% 0.66% -
HSV(B) 130.77º 0.21% 0.73% -
XYZ 35.9 44.2 37.65 -
YUV 171.69 118.58 111.1 -
System Red Green Blue C M Y K H S L
Decimal 148 187 155 0.21 0 0.17 0.27 130.77 0.22 0.66
Hex 94 BB 9B 15 0 11 1B 83 16 42
Octal 224 273 233 25 0 21 33 203 26 102
Binary 10010100 10111011 10011011 10101 0 10001 11011 10000011 10110 1000010

Color Harmonies of #94BB9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BB9B

Black with #94BB9B

Text Example


Text Example

White with #94BB9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94BB9B; }

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

 H1.HeaderClassName
 {
   color: #94BB9B;
 }
 .AnyTagClassName
 {
   color: #94BB9B;
 }
</style>

background-color css

<style>
 a { background-color: #94BB9B; }

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

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

border-color css

<style>
 span { border-color: #94BB9B; }

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

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