Html Css Color HEX #94BC9B Summer Green

📋 copy color: '#94BC9B'

red 148 ◦ green 188 ◦ blue 155

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

Shades of Summer Green #94BC9B

Tints of Summer Green #94BC9B

RGB

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

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

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

R = 30.14%
G = 38.29%
B = 31.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#94BC9B (or 0x94BC9B) is known color: Summer Green. HEX triplet: 94, BC and 9B. RGB value is (148,188,155). Sum of RGB (Red+Green+Blue) = 148+188+155=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 155 (60.94% from 255 or 31.57% from 491); Max value from RGB is 188 - color contains mainly: green. Hex color #94BC9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BC9B is #6B4364. Grayscale: #ACACAC. Windows color (decimal): -7029605 or 10206356. OLE color: 10206356.

HSL color Cylindrical-coordinate representation of color #94BC9B: hue angle of 130.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #94BC9B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 188 155 -
CMYK 0.21 0 0.18 0.26
HSL 130.5º 0.23% 0.66% -
HSV(B) 130.5º 0.21% 0.74% -
XYZ 36.11 44.63 37.72 -
YUV 172.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 148 188 155 0.21 0 0.18 0.26 130.5 0.23 0.66
Hex 94 BC 9B 15 0 12 1A 82 17 42
Octal 224 274 233 25 0 22 32 202 27 102
Binary 10010100 10111100 10011011 10101 0 10010 11010 10000010 10111 1000010

Color Harmonies of #94BC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BC9B

Black with #94BC9B

Text Example


Text Example

White with #94BC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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