#92CD6B

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

Shades of Olivine #92CD6B

Tints of Olivine #92CD6B

Color information

#92CD6B (or 0x92CD6B) is unknown color: approx Olivine. HEX triplet: 92, CD and 6B. RGB value is (146,205,107). Sum of RGB (Red+Green+Blue) = 146+205+107=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #92CD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92CD6B is #6D3294. Grayscale: #B0B0B0. Windows color (decimal): -7156373 or 7064978. OLE color: 7064978.

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

Color convert

RGB146205107-
CMYK0.2900.480.20
HSL96.12º49.49%61.18%-
HSV(B)96.12º47.8%80.39%-
XYZ36.3450.8421.81-
YUV176.1988.95106.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 31.88%
GREEN value IS 205 (80.47% from 255) = 44.76%
BLUE value IS 107 (42.19% from 255) = 23.36%
R=31.88%
G=44.76%
B=23.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1462051070.2900.480.2096.1249.4961.18
Hex92CD6B1D0301460313d
Octal22231515335060241406175
Binary10010010110011011101011111010110000101001100000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92CD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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