Html Css Color HEX #8BB692 Dark Sea Green

📋 copy color: '#8BB692'

red 139 ◦ green 182 ◦ blue 146

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

Shades of Dark Sea Green #8BB692

Tints of Dark Sea Green #8BB692

RGB

 RED value IS 139 (54.69% from 255) = 29.76%

 GREEN value IS 182 (71.48% from 255) = 38.97%

 BLUE value IS 146 (57.42% from 255) = 31.26%

R = 29.76%
G = 38.97%
B = 31.26%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#8BB692 (or 0x8BB692) is known color: Dark Sea Green. HEX triplet: 8B, B6 and 92. RGB value is (139,182,146). Sum of RGB (Red+Green+Blue) = 139+182+146=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 182 (71.48% from 255 or 38.97% from 467); Blue value is 146 (57.42% from 255 or 31.26% from 467); Max value from RGB is 182 - color contains mainly: green. Hex color #8BB692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BB692 is #74496D. Grayscale: #A5A5A5. Windows color (decimal): -7620974 or 9614987. OLE color: 9614987.

HSL color Cylindrical-coordinate representation of color #8BB692: hue angle of 129.77º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8BB692 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 139 182 146 -
CMYK 0.24 0 0.20 0.29
HSL 129.77º 0.23% 0.63% -
HSV(B) 129.77º 0.24% 0.71% -
XYZ 32.56 41.02 33.4 -
YUV 165.04 117.25 109.43 -
System Red Green Blue C M Y K H S L
Decimal 139 182 146 0.24 0 0.20 0.29 129.77 0.23 0.63
Hex 8B B6 92 18 0 14 1D 82 17 3F
Octal 213 266 222 30 0 24 35 202 27 77
Binary 10001011 10110110 10010010 11000 0 10100 11101 10000010 10111 111111

Color Harmonies of #8BB692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB692

Black with #8BB692

Text Example


Text Example

White with #8BB692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8BB692; }

 p { color: rgb(139,182,146); }

 H1.HeaderClassName
 {
   color: #8BB692;
 }
 .AnyTagClassName
 {
   color: #8BB692;
 }
</style>

background-color css

<style>
 a { background-color: #8BB692; }

 a { background-color: rgb(139,182,146); }

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

border-color css

<style>
 span { border-color: #8BB692; }

 span { border-color: rgb(139,182,146); }

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