#9CBF5F

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

Shades of Olivine #9CBF5F

Tints of Olivine #9CBF5F

Color information

#9CBF5F (or 0x9CBF5F) is unknown color: approx Olivine. HEX triplet: 9C, BF and 5F. RGB value is (156,191,95). Sum of RGB (Red+Green+Blue) = 156+191+95=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 191 (75% from 255 or 43.21% from 442); Blue value is 95 (37.5% from 255 or 21.49% from 442); Max value from RGB is 191 - color contains mainly: green. Hex color #9CBF5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CBF5F is #6340A0. Grayscale: #A9A9A9. Windows color (decimal): -6504609 or 6274972. OLE color: 6274972.

HSL color Cylindrical-coordinate representation of color #9CBF5F: hue angle of 81.88º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CBF5F is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB15619195-
CMYK0.1800.500.25
HSL81.88º42.86%56.08%-
HSV(B)81.88º50.26%74.9%-
XYZ34.4145.1617.73-
YUV169.5985.9118.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.29%
GREEN value IS 191 (75% from 255) = 43.21%
BLUE value IS 95 (37.5% from 255) = 21.49%
R=35.29%
G=43.21%
B=21.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156191950.1800.500.2581.8842.8656.08
Hex9CBF5F1203219522b38
Octal23427713722062311225370
Binary10011100101111111011111100100110010110011010010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,191,95); }

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

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

 a { background-color: rgb(156,191,95); }

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

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

 span { border-color: rgb(156,191,95); }

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