#9BC269

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

Shades of Olivine #9BC269

Tints of Olivine #9BC269

Color information

#9BC269 (or 0x9BC269) is unknown color: approx Olivine. HEX triplet: 9B, C2 and 69. RGB value is (155,194,105). Sum of RGB (Red+Green+Blue) = 155+194+105=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 194 (76.17% from 255 or 42.73% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC269 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC269 is #643D96. Grayscale: #ACACAC. Windows color (decimal): -6569367 or 6931099. OLE color: 6931099.

HSL color Cylindrical-coordinate representation of color #9BC269: hue angle of 86.29º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9BC269 is Cyan = 0.20, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB155194105-
CMYK0.2000.460.24
HSL86.29º42.18%58.63%-
HSV(B)86.29º45.88%76.08%-
XYZ35.3646.5720.49-
YUV172.1990.08115.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 194 (76.17% from 255) = 42.73%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=34.14%
G=42.73%
B=23.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1551941050.2000.460.2486.2942.1858.63
Hex9BC2691402E18562a3b
Octal23330215124056301265273
Binary10011011110000101101001101000101110110001010110101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,194,105); }

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

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

 a { background-color: rgb(155,194,105); }

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

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

 span { border-color: rgb(155,194,105); }

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