#9BC76E

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

Shades of Olivine #9BC76E

Tints of Olivine #9BC76E

Color information

#9BC76E (or 0x9BC76E) is unknown color: approx Olivine. HEX triplet: 9B, C7 and 6E. RGB value is (155,199,110). Sum of RGB (Red+Green+Blue) = 155+199+110=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC76E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC76E is #643891. Grayscale: #B0B0B0. Windows color (decimal): -6568082 or 7260059. OLE color: 7260059.

HSL color Cylindrical-coordinate representation of color #9BC76E: hue angle of 89.66º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9BC76E is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.

Color convert

RGB155199110-
CMYK0.2200.450.22
HSL89.66º44.28%60.59%-
HSV(B)89.66º44.72%78.04%-
XYZ36.7648.9422.26-
YUV175.790.92113.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.41%
GREEN value IS 199 (78.12% from 255) = 42.89%
BLUE value IS 110 (43.36% from 255) = 23.71%
R=33.41%
G=42.89%
B=23.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1551991100.2200.450.2289.6644.2860.59
Hex9BC76E1602D165a2c3d
Octal23330715626055261325475
Binary10011011110001111101110101100101101101101011010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC76E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,199,110); }

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

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

 a { background-color: rgb(155,199,110); }

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

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

 span { border-color: rgb(155,199,110); }

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