#9BCB5F

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

Shades of Olivine #9BCB5F

Tints of Olivine #9BCB5F

Color information

#9BCB5F (or 0x9BCB5F) is unknown color: approx Olivine. HEX triplet: 9B, CB and 5F. RGB value is (155,203,95). Sum of RGB (Red+Green+Blue) = 155+203+95=453 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.22% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 95 (37.5% from 255 or 20.97% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB5F is #6434A0. Grayscale: #B0B0B0. Windows color (decimal): -6567073 or 6278043. OLE color: 6278043.

HSL color Cylindrical-coordinate representation of color #9BCB5F: hue angle of 86.67º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BCB5F is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB15520395-
CMYK0.2400.530.20
HSL86.67º50.94%58.43%-
HSV(B)86.67º53.2%79.61%-
XYZ36.9450.5118.63-
YUV176.3482.1112.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.22%
GREEN value IS 203 (79.69% from 255) = 44.81%
BLUE value IS 95 (37.5% from 255) = 20.97%
R=34.22%
G=44.81%
B=20.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal155203950.2400.530.2086.6750.9458.43
Hex9BCB5F180351457333a
Octal23331313730065241276372
Binary10011011110010111011111110000110101101001010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,203,95); }

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

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

 a { background-color: rgb(155,203,95); }

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

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

 span { border-color: rgb(155,203,95); }

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