Html Css Color HEX #8BBF85 Dark Sea Green

📋 copy color: '#8BBF85'

red 139 ◦ green 191 ◦ blue 133

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

Shades of Dark Sea Green #8BBF85

Tints of Dark Sea Green #8BBF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.73%

R = 30.02%
G = 41.25%
B = 28.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#8BBF85 (or 0x8BBF85) is known color: Dark Sea Green. HEX triplet: 8B, BF and 85. RGB value is (139,191,133). Sum of RGB (Red+Green+Blue) = 139+191+133=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BBF85 is #74407A. Grayscale: #A9A9A9. Windows color (decimal): -7618683 or 8765323. OLE color: 8765323.

HSL color Cylindrical-coordinate representation of color #8BBF85: hue angle of 113.79º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BBF85 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 139 191 133 -
CMYK 0.27 0 0.30 0.25
HSL 113.79º 0.31% 0.64% -
HSV(B) 113.79º 0.3% 0.75% -
XYZ 33.51 44.44 29 -
YUV 168.84 107.77 106.72 -
System Red Green Blue C M Y K H S L
Decimal 139 191 133 0.27 0 0.30 0.25 113.79 0.31 0.64
Hex 8B BF 85 1B 0 1E 19 72 1F 40
Octal 213 277 205 33 0 36 31 162 37 100
Binary 10001011 10111111 10000101 11011 0 11110 11001 1110010 11111 1000000

Color Harmonies of #8BBF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BBF85

Black with #8BBF85

Text Example


Text Example

White with #8BBF85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,191,133); }

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

background-color css

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

 a { background-color: rgb(139,191,133); }

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

border-color css

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

 span { border-color: rgb(139,191,133); }

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