#9BD261

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

Shades of Olivine #9BD261

Tints of Olivine #9BD261

Color information

#9BD261 (or 0x9BD261) is unknown color: approx Olivine. HEX triplet: 9B, D2 and 61. RGB value is (155,210,97). Sum of RGB (Red+Green+Blue) = 155+210+97=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD261 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD261 is #642D9E. Grayscale: #B5B5B5. Windows color (decimal): -6565279 or 6410907. OLE color: 6410907.

HSL color Cylindrical-coordinate representation of color #9BD261: hue angle of 89.2º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BD261 is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB15521097-
CMYK0.2600.540.18
HSL89.2º55.67%60.2%-
HSV(B)89.2º53.81%82.35%-
XYZ38.7253.9219.68-
YUV180.6780.78109.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.55%
GREEN value IS 210 (82.42% from 255) = 45.45%
BLUE value IS 97 (38.28% from 255) = 21.00%
R=33.55%
G=45.45%
B=21.00%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155210970.2600.540.1889.255.6760.2
Hex9BD2611A0361259383c
Octal23332214132066221317074
Binary10011011110100101100001110100110110100101011001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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