Html Css Color HEX #8CBF92 Dark Sea Green

📋 copy color: '#8CBF92'

red 140 ◦ green 191 ◦ blue 146

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

Shades of Dark Sea Green #8CBF92

Tints of Dark Sea Green #8CBF92

RGB

 RED value IS 140 (55.08% from 255) = 29.35%

 GREEN value IS 191 (75% from 255) = 40.04%

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

R = 29.35%
G = 40.04%
B = 30.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#8CBF92 (or 0x8CBF92) is known color: Dark Sea Green. HEX triplet: 8C, BF and 92. RGB value is (140,191,146). Sum of RGB (Red+Green+Blue) = 140+191+146=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 146 (57.42% from 255 or 30.61% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #8CBF92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CBF92 is #73406D. Grayscale: #AAAAAA. Windows color (decimal): -7553134 or 9617292. OLE color: 9617292.

HSL color Cylindrical-coordinate representation of color #8CBF92: hue angle of 127.06º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CBF92 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 191 146 -
CMYK 0.27 0 0.24 0.25
HSL 127.06º 0.28% 0.65% -
HSV(B) 127.06º 0.27% 0.75% -
XYZ 34.63 44.91 34.04 -
YUV 170.62 114.1 106.16 -
System Red Green Blue C M Y K H S L
Decimal 140 191 146 0.27 0 0.24 0.25 127.06 0.28 0.65
Hex 8C BF 92 1B 0 18 19 7F 1C 41
Octal 214 277 222 33 0 30 31 177 34 101
Binary 10001100 10111111 10010010 11011 0 11000 11001 1111111 11100 1000001

Color Harmonies of #8CBF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CBF92

Black with #8CBF92

Text Example


Text Example

White with #8CBF92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,191,146); }

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

background-color css

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

 a { background-color: rgb(140,191,146); }

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

border-color css

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

 span { border-color: rgb(140,191,146); }

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