#92CD6C

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

Shades of Olivine #92CD6C

Tints of Olivine #92CD6C

Color information

#92CD6C (or 0x92CD6C) is unknown color: approx Olivine. HEX triplet: 92, CD and 6C. RGB value is (146,205,108). Sum of RGB (Red+Green+Blue) = 146+205+108=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CD6C is #6D3293. Grayscale: #B0B0B0. Windows color (decimal): -7156372 or 7130514. OLE color: 7130514.

HSL color Cylindrical-coordinate representation of color #92CD6C: hue angle of 96.49º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #92CD6C is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB146205108-
CMYK0.2900.470.20
HSL96.49º49.24%61.37%-
HSV(B)96.49º47.32%80.39%-
XYZ36.3950.8622.09-
YUV176.389.45106.39-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 205 (80.47% from 255) = 44.66%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=31.81%
G=44.66%
B=23.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051080.2900.470.2096.4949.2461.37
Hex92CD6C1D02F1460313d
Octal22231515435057241406175
Binary10010010110011011101100111010101111101001100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92CD6C; }

 p { color: rgb(146,205,108); }

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

<style>
 a { background-color: #92CD6C; }

 a { background-color: rgb(146,205,108); }

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

<style>
 span { border-color: #92CD6C; }

 span { border-color: rgb(146,205,108); }

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