#9BB95C

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

Shades of Olivine #9BB95C

Tints of Olivine #9BB95C

Color information

#9BB95C (or 0x9BB95C) is unknown color: approx Olivine. HEX triplet: 9B, B9 and 5C. RGB value is (155,185,92). Sum of RGB (Red+Green+Blue) = 155+185+92=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 92 (36.33% from 255 or 21.30% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BB95C is #6446A3. Grayscale: #A5A5A5. Windows color (decimal): -6571684 or 6076827. OLE color: 6076827.

HSL color Cylindrical-coordinate representation of color #9BB95C: hue angle of 79.35º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BB95C is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB15518592-
CMYK0.1600.500.27
HSL79.35º39.91%54.31%-
HSV(B)79.35º50.27%72.55%-
XYZ32.842.4416.59-
YUV165.4386.56120.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.88%
GREEN value IS 185 (72.66% from 255) = 42.82%
BLUE value IS 92 (36.33% from 255) = 21.30%
R=35.88%
G=42.82%
B=21.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal155185920.1600.500.2779.3539.9154.31
Hex9BB95C100321B4f2836
Octal23327113420062331175066
Binary10011011101110011011100100000110010110111001111101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,185,92); }

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

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

 a { background-color: rgb(155,185,92); }

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

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

 span { border-color: rgb(155,185,92); }

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