#9BC36B

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

Shades of Olivine #9BC36B

Tints of Olivine #9BC36B

Color information

#9BC36B (or 0x9BC36B) is unknown color: approx Olivine. HEX triplet: 9B, C3 and 6B. RGB value is (155,195,107). Sum of RGB (Red+Green+Blue) = 155+195+107=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC36B is #643C94. Grayscale: #ADADAD. Windows color (decimal): -6569109 or 7062427. OLE color: 7062427.

HSL color Cylindrical-coordinate representation of color #9BC36B: hue angle of 87.27º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BC36B is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB155195107-
CMYK0.2100.450.24
HSL87.27º42.31%59.22%-
HSV(B)87.27º45.13%76.47%-
XYZ35.6947.0621.11-
YUV173.0190.75115.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.92%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=33.92%
G=42.67%
B=23.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951070.2100.450.2487.2742.3159.22
Hex9BC36B1502D18572a3b
Octal23330315325055301275273
Binary10011011110000111101011101010101101110001010111101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,195,107); }

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

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

 a { background-color: rgb(155,195,107); }

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

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

 span { border-color: rgb(155,195,107); }

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