#9BCB6F

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

Shades of Olivine #9BCB6F

Tints of Olivine #9BCB6F

Color information

#9BCB6F (or 0x9BCB6F) is unknown color: approx Olivine. HEX triplet: 9B, CB and 6F. RGB value is (155,203,111). Sum of RGB (Red+Green+Blue) = 155+203+111=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 111 (43.75% from 255 or 23.67% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #9BCB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCB6F is #643490. Grayscale: #B2B2B2. Windows color (decimal): -6567057 or 7326619. OLE color: 7326619.

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

Color convert

RGB155203111-
CMYK0.2400.450.20
HSL91.3º46.94%61.57%-
HSV(B)91.3º45.32%79.61%-
XYZ37.7450.8322.86-
YUV178.1690.1111.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 111 (43.75% from 255) = 23.67%
R=33.05%
G=43.28%
B=23.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1552031110.2400.450.2091.346.9461.57
Hex9BCB6F1802D145b2f3e
Octal23331315730055241335776
Binary10011011110010111101111110000101101101001011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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