#92BD94

Color #92BD94 Dark Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Sea Green #92BD94

Tints of Dark Sea Green #92BD94

Color information

#92BD94 (or 0x92BD94) is unknown color: approx Dark Sea Green. HEX triplet: 92, BD and 94. RGB value is (146,189,148). Sum of RGB (Red+Green+Blue) = 146+189+148=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 148 (58.20% from 255 or 30.64% from 483); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BD94 is #6D426B. Grayscale: #ABABAB. Windows color (decimal): -7160428 or 9747858. OLE color: 9747858.

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

Color convert

RGB146189148-
CMYK0.2300.220.26
HSL122.79º24.57%65.69%-
HSV(B)122.79º22.75%74.12%-
XYZ35.444.6434.77-
YUV171.47114.75109.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.23%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 148 (58.20% from 255) = 30.64%
R=30.23%
G=39.13%
B=30.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891480.2300.220.26122.7924.5765.69
Hex92BD94170161A7b1942
Octal222275224270263217331102
Binary10010010101111011001010010111010110110101111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92BD94; }

 p { color: rgb(146,189,148); }

 H1.HeaderClassName
 {
   color: #92BD94;
 }
 .AnyTagClassName
 {
   color: #92BD94;
 }
</style>
background-color css

<style>
 a { background-color: #92BD94; }

 a { background-color: rgb(146,189,148); }

 div.DivClassName
 {
   background-color: #92BD94;
 }
 .BgClassName
 {
   background-color: #92BD94;
 }
</style>
border-color css

<style>
 span { border-color: #92BD94; }

 span { border-color: rgb(146,189,148); }

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