#9BD262

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

Shades of Olivine #9BD262

Tints of Olivine #9BD262

Color information

#9BD262 (or 0x9BD262) is unknown color: approx Olivine. HEX triplet: 9B, D2 and 62. RGB value is (155,210,98). Sum of RGB (Red+Green+Blue) = 155+210+98=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 210 (82.42% from 255 or 45.36% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD262 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD262 is #642D9D. Grayscale: #B5B5B5. Windows color (decimal): -6565278 or 6476443. OLE color: 6476443.

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

Color convert

RGB15521098-
CMYK0.2600.530.18
HSL89.46º55.45%60.39%-
HSV(B)89.46º53.33%82.35%-
XYZ38.7753.9419.92-
YUV180.7981.28109.61-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 210 (82.42% from 255) = 45.36%
BLUE value IS 98 (38.67% from 255) = 21.17%
R=33.48%
G=45.36%
B=21.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal155210980.2600.530.1889.4655.4560.39
Hex9BD2621A0351259373c
Octal23332214232065221316774
Binary10011011110100101100010110100110101100101011001110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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