Html Css Color HEX #92BA90 Dark Sea Green

📋 copy color: '#92BA90'

red 146 ◦ green 186 ◦ blue 144

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

Shades of Dark Sea Green #92BA90

Tints of Dark Sea Green #92BA90

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.08%

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 30.67%
G = 39.08%
B = 30.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#92BA90 (or 0x92BA90) is known color: Dark Sea Green. HEX triplet: 92, BA and 90. RGB value is (146,186,144). Sum of RGB (Red+Green+Blue) = 146+186+144=476 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.67% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BA90 is #6D456F. Grayscale: #A9A9A9. Windows color (decimal): -7161200 or 9484946. OLE color: 9484946.

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

Color convert

RGB 146 186 144 -
CMYK 0.22 0 0.23 0.27
HSL 117.14º 0.23% 0.65% -
HSV(B) 117.14º 0.23% 0.73% -
XYZ 34.45 43.24 32.92 -
YUV 169.25 113.75 111.42 -
System Red Green Blue C M Y K H S L
Decimal 146 186 144 0.22 0 0.23 0.27 117.14 0.23 0.65
Hex 92 BA 90 16 0 17 1B 75 17 41
Octal 222 272 220 26 0 27 33 165 27 101
Binary 10010010 10111010 10010000 10110 0 10111 11011 1110101 10111 1000001

Color Harmonies of #92BA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BA90

Black with #92BA90

Text Example


Text Example

White with #92BA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,186,144); }

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

background-color css

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

 a { background-color: rgb(146,186,144); }

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

border-color css

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

 span { border-color: rgb(146,186,144); }

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