#9BD664

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

Shades of Olivine #9BD664

Tints of Olivine #9BD664

Color information

#9BD664 (or 0x9BD664) is unknown color: approx Olivine. HEX triplet: 9B, D6 and 64. RGB value is (155,214,100). Sum of RGB (Red+Green+Blue) = 155+214+100=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 214 (83.98% from 255 or 45.63% from 469); Blue value is 100 (39.45% from 255 or 21.32% from 469); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD664 is #64299B. Grayscale: #B7B7B7. Windows color (decimal): -6564252 or 6608539. OLE color: 6608539.

HSL color Cylindrical-coordinate representation of color #9BD664: hue angle of 91.05º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BD664 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB155214100-
CMYK0.2800.530.16
HSL91.05º58.16%61.57%-
HSV(B)91.05º53.27%83.92%-
XYZ39.8655.9820.76-
YUV183.3680.95107.77-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.05%
GREEN value IS 214 (83.98% from 255) = 45.63%
BLUE value IS 100 (39.45% from 255) = 21.32%
R=33.05%
G=45.63%
B=21.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1552141000.2800.530.1691.0558.1661.57
Hex9BD6641C035105b3a3e
Octal23332614434065201337276
Binary10011011110101101100100111000110101100001011011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,214,100); }

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

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

 a { background-color: rgb(155,214,100); }

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

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

 span { border-color: rgb(155,214,100); }

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