#9BCC67

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

Shades of Olivine #9BCC67

Tints of Olivine #9BCC67

Color information

#9BCC67 (or 0x9BCC67) is unknown color: approx Olivine. HEX triplet: 9B, CC and 67. RGB value is (155,204,103). Sum of RGB (Red+Green+Blue) = 155+204+103=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 204 (80.08% from 255 or 44.16% from 462); Blue value is 103 (40.62% from 255 or 22.29% from 462); Max value from RGB is 204 - color contains mainly: green. Hex color #9BCC67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCC67 is #643398. Grayscale: #B2B2B2. Windows color (decimal): -6566809 or 6802587. OLE color: 6802587.

HSL color Cylindrical-coordinate representation of color #9BCC67: hue angle of 89.11º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BCC67 is Cyan = 0.24, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB155204103-
CMYK0.2400.500.2
HSL89.11º49.75%60.2%-
HSV(B)89.11º49.51%80%-
XYZ37.5651.1320.72-
YUV177.8385.77111.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 204 (80.08% from 255) = 44.16%
BLUE value IS 103 (40.62% from 255) = 22.29%
R=33.55%
G=44.16%
B=22.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1552041030.2400.500.289.1149.7560.2
Hex9BCC67180321459323c
Octal23331414730062241316274
Binary10011011110011001100111110000110010101001011001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCC67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,204,103); }

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

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

 a { background-color: rgb(155,204,103); }

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

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

 span { border-color: rgb(155,204,103); }

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