Html Css Color HEX #92BD91 Dark Sea Green

📋 copy color: '#92BD91'

red 146 ◦ green 189 ◦ blue 145

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

Shades of Dark Sea Green #92BD91

Tints of Dark Sea Green #92BD91

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

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

R = 30.42%
G = 39.38%
B = 30.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#92BD91 (or 0x92BD91) is known color: Dark Sea Green. HEX triplet: 92, BD and 91. RGB value is (146,189,145). Sum of RGB (Red+Green+Blue) = 146+189+145=480 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.42% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BD91 is #6D426E. Grayscale: #ABABAB. Windows color (decimal): -7160431 or 9551250. OLE color: 9551250.

HSL color Cylindrical-coordinate representation of color #92BD91: hue angle of 118.64º degrees, saturation: 0.25, 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 #92BD91 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 189 145 -
CMYK 0.23 0 0.23 0.26
HSL 118.64º 0.25% 0.65% -
HSV(B) 118.64º 0.23% 0.74% -
XYZ 35.16 44.55 33.53 -
YUV 171.13 113.25 110.08 -
System Red Green Blue C M Y K H S L
Decimal 146 189 145 0.23 0 0.23 0.26 118.64 0.25 0.65
Hex 92 BD 91 17 0 17 1A 77 19 41
Octal 222 275 221 27 0 27 32 167 31 101
Binary 10010010 10111101 10010001 10111 0 10111 11010 1110111 11001 1000001

Color Harmonies of #92BD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BD91

Black with #92BD91

Text Example


Text Example

White with #92BD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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