#9BCA61

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

Shades of Olivine #9BCA61

Tints of Olivine #9BCA61

Color information

#9BCA61 (or 0x9BCA61) is unknown color: approx Olivine. HEX triplet: 9B, CA and 61. RGB value is (155,202,97). Sum of RGB (Red+Green+Blue) = 155+202+97=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 97 (38.28% from 255 or 21.37% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA61 is #64359E. Grayscale: #B0B0B0. Windows color (decimal): -6567327 or 6408859. OLE color: 6408859.

HSL color Cylindrical-coordinate representation of color #9BCA61: hue angle of 86.86º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BCA61 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB15520297-
CMYK0.2300.520.21
HSL86.86º49.76%58.63%-
HSV(B)86.86º51.98%79.22%-
XYZ36.850.0719.03-
YUV175.9883.43113.04-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 97 (38.28% from 255) = 21.37%
R=34.14%
G=44.49%
B=21.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202970.2300.520.2186.8649.7658.63
Hex9BCA61170341557323b
Octal23331214127064251276273
Binary10011011110010101100001101110110100101011010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,97); }

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

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

 a { background-color: rgb(155,202,97); }

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

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

 span { border-color: rgb(155,202,97); }

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