#9BC366

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

Shades of Olivine #9BC366

Tints of Olivine #9BC366

Color information

#9BC366 (or 0x9BC366) is unknown color: approx Olivine. HEX triplet: 9B, C3 and 66. RGB value is (155,195,102). Sum of RGB (Red+Green+Blue) = 155+195+102=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC366 is #643C99. Grayscale: #ACACAC. Windows color (decimal): -6569114 or 6734747. OLE color: 6734747.

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

Color convert

RGB155195102-
CMYK0.2100.480.24
HSL85.81º43.66%58.24%-
HSV(B)85.81º47.69%76.47%-
XYZ35.4346.9619.77-
YUV172.4488.25115.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.29%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=34.29%
G=43.14%
B=22.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551951020.2100.480.2485.8143.6658.24
Hex9BC3661503018562c3a
Octal23330314625060301265472
Binary10011011110000111100110101010110000110001010110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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