#9BC458

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

Shades of Olivine #9BC458

Tints of Olivine #9BC458

Color information

#9BC458 (or 0x9BC458) is unknown color: approx Olivine. HEX triplet: 9B, C4 and 58. RGB value is (155,196,88). Sum of RGB (Red+Green+Blue) = 155+196+88=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 88 (34.77% from 255 or 20.05% from 439); Max value from RGB is 196 - color contains mainly: green. Hex color #9BC458 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC458 is #643BA7. Grayscale: #ABABAB. Windows color (decimal): -6568872 or 5817499. OLE color: 5817499.

HSL color Cylindrical-coordinate representation of color #9BC458: hue angle of 82.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9BC458 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.23.

Color convert

RGB15519688-
CMYK0.2100.550.23
HSL82.78º47.79%55.69%-
HSV(B)82.78º55.1%76.86%-
XYZ35.0247.1516.49-
YUV171.4380.92116.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.31%
GREEN value IS 196 (76.95% from 255) = 44.65%
BLUE value IS 88 (34.77% from 255) = 20.05%
R=35.31%
G=44.65%
B=20.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal155196880.2100.550.2382.7847.7955.69
Hex9BC4581503717533038
Octal23330413025067271236070
Binary10011011110001001011000101010110111101111010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,196,88); }

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

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

 a { background-color: rgb(155,196,88); }

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

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

 span { border-color: rgb(155,196,88); }

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