#9BC05B

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

Shades of Olivine #9BC05B

Tints of Olivine #9BC05B

Color information

#9BC05B (or 0x9BC05B) is unknown color: approx Olivine. HEX triplet: 9B, C0 and 5B. RGB value is (155,192,91). Sum of RGB (Red+Green+Blue) = 155+192+91=438 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.39% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 91 (35.94% from 255 or 20.78% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC05B is #643FA4. Grayscale: #A9A9A9. Windows color (decimal): -6569893 or 6013083. OLE color: 6013083.

HSL color Cylindrical-coordinate representation of color #9BC05B: hue angle of 81.98º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BC05B is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB15519291-
CMYK0.1900.530.25
HSL81.98º44.49%55.49%-
HSV(B)81.98º52.6%75.29%-
XYZ34.2645.4216.86-
YUV169.4283.74117.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.39%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 91 (35.94% from 255) = 20.78%
R=35.39%
G=43.84%
B=20.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal155192910.1900.530.2581.9844.4955.49
Hex9BC05B1303519522c37
Octal23330013323065311225467
Binary10011011110000001011011100110110101110011010010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC05B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,192,91); }

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

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

 a { background-color: rgb(155,192,91); }

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

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

 span { border-color: rgb(155,192,91); }

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