#9BCE5D

Color #9BCE5D Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BCE5D

Tints of Olivine #9BCE5D

Color information

#9BCE5D (or 0x9BCE5D) is unknown color: approx Olivine. HEX triplet: 9B, CE and 5D. RGB value is (155,206,93). Sum of RGB (Red+Green+Blue) = 155+206+93=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCE5D is #6431A2. Grayscale: #B2B2B2. Windows color (decimal): -6566307 or 6147739. OLE color: 6147739.

HSL color Cylindrical-coordinate representation of color #9BCE5D: hue angle of 87.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BCE5D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB15520693-
CMYK0.2500.550.19
HSL87.08º53.55%58.63%-
HSV(B)87.08º54.85%80.78%-
XYZ37.5651.918.39-
YUV177.8780.1111.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 206 (80.86% from 255) = 45.37%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=34.14%
G=45.37%
B=20.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal155206930.2500.550.1987.0853.5558.63
Hex9BCE5D190371357363b
Octal23331613531067231276673
Binary10011011110011101011101110010110111100111010111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BCE5D; }

 p { color: rgb(155,206,93); }

 H1.HeaderClassName
 {
   color: #9BCE5D;
 }
 .AnyTagClassName
 {
   color: #9BCE5D;
 }
</style>
background-color css

<style>
 a { background-color: #9BCE5D; }

 a { background-color: rgb(155,206,93); }

 div.DivClassName
 {
   background-color: #9BCE5D;
 }
 .BgClassName
 {
   background-color: #9BCE5D;
 }
</style>
border-color css

<style>
 span { border-color: #9BCE5D; }

 span { border-color: rgb(155,206,93); }

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