#9BCA62

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

Shades of Olivine #9BCA62

Tints of Olivine #9BCA62

Color information

#9BCA62 (or 0x9BCA62) is unknown color: approx Olivine. HEX triplet: 9B, CA and 62. RGB value is (155,202,98). Sum of RGB (Red+Green+Blue) = 155+202+98=455 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.07% from 455); Green value is 202 (79.30% from 255 or 44.40% from 455); Blue value is 98 (38.67% from 255 or 21.54% from 455); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA62 is #64359D. Grayscale: #B0B0B0. Windows color (decimal): -6567326 or 6474395. OLE color: 6474395.

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

Color convert

RGB15520298-
CMYK0.2300.510.21
HSL87.12º49.52%58.82%-
HSV(B)87.12º51.49%79.22%-
XYZ36.8450.0919.28-
YUV176.0983.93112.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.07%
GREEN value IS 202 (79.30% from 255) = 44.40%
BLUE value IS 98 (38.67% from 255) = 21.54%
R=34.07%
G=44.40%
B=21.54%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202980.2300.510.2187.1249.5258.82
Hex9BCA62170331557323b
Octal23331214227063251276273
Binary10011011110010101100010101110110011101011010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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