#9BCA5C

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

Shades of Olivine #9BCA5C

Tints of Olivine #9BCA5C

Color information

#9BCA5C (or 0x9BCA5C) is unknown color: approx Olivine. HEX triplet: 9B, CA and 5C. RGB value is (155,202,92). Sum of RGB (Red+Green+Blue) = 155+202+92=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 202 (79.30% from 255 or 44.99% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCA5C is #6435A3. Grayscale: #AFAFAF. Windows color (decimal): -6567332 or 6081179. OLE color: 6081179.

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

Color convert

RGB15520292-
CMYK0.2300.540.21
HSL85.64º50.93%57.65%-
HSV(B)85.64º54.46%79.22%-
XYZ36.5749.9817.85-
YUV175.4180.93113.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.52%
GREEN value IS 202 (79.30% from 255) = 44.99%
BLUE value IS 92 (36.33% from 255) = 20.49%
R=34.52%
G=44.99%
B=20.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal155202920.2300.540.2185.6450.9357.65
Hex9BCA5C170361556333a
Octal23331213427066251266372
Binary10011011110010101011100101110110110101011010110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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