Html Css Color HEX #92BC91 Dark Sea Green

📋 copy color: '#92BC91'

red 146 ◦ green 188 ◦ blue 145

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

Shades of Dark Sea Green #92BC91

Tints of Dark Sea Green #92BC91

RGB

 RED value IS 146 (57.42% from 255) = 30.48%

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

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 30.48%
G = 39.25%
B = 30.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#92BC91 (or 0x92BC91) is known color: Dark Sea Green. HEX triplet: 92, BC and 91. RGB value is (146,188,145). Sum of RGB (Red+Green+Blue) = 146+188+145=479 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.48% from 479); Green value is 188 (73.83% from 255 or 39.25% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BC91 is #6D436E. Grayscale: #AAAAAA. Windows color (decimal): -7160687 or 9550994. OLE color: 9550994.

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

Color convert

RGB 146 188 145 -
CMYK 0.22 0 0.23 0.26
HSL 118.6º 0.24% 0.65% -
HSV(B) 118.6º 0.23% 0.74% -
XYZ 34.95 44.12 33.46 -
YUV 170.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 146 188 145 0.22 0 0.23 0.26 118.6 0.24 0.65
Hex 92 BC 91 16 0 17 1A 77 18 41
Octal 222 274 221 26 0 27 32 167 30 101
Binary 10010010 10111100 10010001 10110 0 10111 11010 1110111 11000 1000001

Color Harmonies of #92BC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC91

Black with #92BC91

Text Example


Text Example

White with #92BC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,188,145); }

 H1.HeaderClassName
 {
   color: #92BC91;
 }
 .AnyTagClassName
 {
   color: #92BC91;
 }
</style>

background-color css

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

 a { background-color: rgb(146,188,145); }

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

border-color css

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

 span { border-color: rgb(146,188,145); }

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