#95CB66

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

Shades of Olivine #95CB66

Tints of Olivine #95CB66

Color information

#95CB66 (or 0x95CB66) is unknown color: approx Olivine. HEX triplet: 95, CB and 66. RGB value is (149,203,102). Sum of RGB (Red+Green+Blue) = 149+203+102=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 203 (79.69% from 255 or 44.71% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 203 - color contains mainly: green. Hex color #95CB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CB66 is #6A3499. Grayscale: #AFAFAF. Windows color (decimal): -6960282 or 6736789. OLE color: 6736789.

HSL color Cylindrical-coordinate representation of color #95CB66: hue angle of 92.08º degrees, saturation: 0.49, 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 #95CB66 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB149203102-
CMYK0.2700.500.20
HSL92.08º49.27%59.8%-
HSV(B)92.08º49.75%79.61%-
XYZ36.1550.0620.33-
YUV175.3486.61109.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 203 (79.69% from 255) = 44.71%
BLUE value IS 102 (40.23% from 255) = 22.47%
R=32.82%
G=44.71%
B=22.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1492031020.2700.500.2092.0849.2759.8
Hex95CB661B032145c313c
Octal22531314633062241346174
Binary10010101110010111100110110110110010101001011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95CB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95CB66; }

 p { color: rgb(149,203,102); }

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

<style>
 a { background-color: #95CB66; }

 a { background-color: rgb(149,203,102); }

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

<style>
 span { border-color: #95CB66; }

 span { border-color: rgb(149,203,102); }

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