Html Css Color HEX #94B699 Summer Green

📋 copy color: '#94B699'

red 148 ◦ green 182 ◦ blue 153

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

Shades of Summer Green #94B699

Tints of Summer Green #94B699

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.68%

 BLUE value IS 153 (60.16% from 255) = 31.68%

R = 30.64%
G = 37.68%
B = 31.68%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#94B699 (or 0x94B699) is known color: Summer Green. HEX triplet: 94, B6 and 99. RGB value is (148,182,153). Sum of RGB (Red+Green+Blue) = 148+182+153=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 182 (71.48% from 255 or 37.68% from 483); Blue value is 153 (60.16% from 255 or 31.68% from 483); Max value from RGB is 182 - color contains mainly: green. Hex color #94B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94B699 is #6B4966. Grayscale: #A8A8A8. Windows color (decimal): -7031143 or 10073748. OLE color: 10073748.

HSL color Cylindrical-coordinate representation of color #94B699: hue angle of 128.82º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #94B699 is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 148 182 153 -
CMYK 0.19 0 0.16 0.29
HSL 128.82º 0.19% 0.65% -
HSV(B) 128.82º 0.19% 0.71% -
XYZ 34.69 42.05 36.43 -
YUV 168.53 119.24 113.36 -
System Red Green Blue C M Y K H S L
Decimal 148 182 153 0.19 0 0.16 0.29 128.82 0.19 0.65
Hex 94 B6 99 13 0 10 1D 81 13 41
Octal 224 266 231 23 0 20 35 201 23 101
Binary 10010100 10110110 10011001 10011 0 10000 11101 10000001 10011 1000001

Color Harmonies of #94B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94B699

Black with #94B699

Text Example


Text Example

White with #94B699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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