#93CB6D

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

Shades of Olivine #93CB6D

Tints of Olivine #93CB6D

Color information

#93CB6D (or 0x93CB6D) is unknown color: approx Olivine. HEX triplet: 93, CB and 6D. RGB value is (147,203,109). Sum of RGB (Red+Green+Blue) = 147+203+109=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #93CB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93CB6D is #6C3492. Grayscale: #AFAFAF. Windows color (decimal): -7091347 or 7195539. OLE color: 7195539.

HSL color Cylindrical-coordinate representation of color #93CB6D: hue angle of 95.74º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93CB6D is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB147203109-
CMYK0.2800.460.20
HSL95.74º47.47%61.18%-
HSV(B)95.74º46.31%79.61%-
XYZ36.1550.0222.22-
YUV175.5490.45107.64-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.03%
GREEN value IS 203 (79.69% from 255) = 44.23%
BLUE value IS 109 (42.97% from 255) = 23.75%
R=32.03%
G=44.23%
B=23.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1472031090.2800.460.2095.7447.4761.18
Hex93CB6D1C02E14602f3d
Octal22331315534056241405775
Binary10010011110010111101101111000101110101001100000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93CB6D; }

 p { color: rgb(147,203,109); }

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

<style>
 a { background-color: #93CB6D; }

 a { background-color: rgb(147,203,109); }

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

<style>
 span { border-color: #93CB6D; }

 span { border-color: rgb(147,203,109); }

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