Html Css Color HEX #92BC84 Dark Sea Green

📋 copy color: '#92BC84'

red 146 ◦ green 188 ◦ blue 132

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

Shades of Dark Sea Green #92BC84

Tints of Dark Sea Green #92BC84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 31.33%
G = 40.34%
B = 28.33%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#92BC84 (or 0x92BC84) is known color: Dark Sea Green. HEX triplet: 92, BC and 84. RGB value is (146,188,132). Sum of RGB (Red+Green+Blue) = 146+188+132=466 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.33% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92BC84 is #6D437B. Grayscale: #A9A9A9. Windows color (decimal): -7160700 or 8699026. OLE color: 8699026.

HSL color Cylindrical-coordinate representation of color #92BC84: hue angle of 105º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92BC84 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 146 188 132 -
CMYK 0.22 0 0.30 0.26
HSL 105º 0.29% 0.63% -
HSV(B) 105º 0.3% 0.74% -
XYZ 34 43.74 28.48 -
YUV 169.06 107.09 111.55 -
System Red Green Blue C M Y K H S L
Decimal 146 188 132 0.22 0 0.30 0.26 105 0.29 0.63
Hex 92 BC 84 16 0 1E 1A 69 1D 3F
Octal 222 274 204 26 0 36 32 151 35 77
Binary 10010010 10111100 10000100 10110 0 11110 11010 1101001 11101 111111

Color Harmonies of #92BC84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92BC84

Black with #92BC84

Text Example


Text Example

White with #92BC84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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