#92C06C

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

Shades of Olivine #92C06C

Tints of Olivine #92C06C

Color information

#92C06C (or 0x92C06C) is unknown color: approx Olivine. HEX triplet: 92, C0 and 6C. RGB value is (146,192,108). Sum of RGB (Red+Green+Blue) = 146+192+108=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 108 (42.58% from 255 or 24.22% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #92C06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92C06C is #6D3F93. Grayscale: #A8A8A8. Windows color (decimal): -7159700 or 7127186. OLE color: 7127186.

HSL color Cylindrical-coordinate representation of color #92C06C: hue angle of 92.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #92C06C is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB146192108-
CMYK0.2400.440.25
HSL92.86º40%58.82%-
HSV(B)92.86º43.75%75.29%-
XYZ33.4144.8921.09-
YUV168.6793.76111.83-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.74%
GREEN value IS 192 (75.39% from 255) = 43.05%
BLUE value IS 108 (42.58% from 255) = 24.22%
R=32.74%
G=43.05%
B=24.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1461921080.2400.440.2592.864058.82
Hex92C06C1802C195d283b
Octal22230015430054311355073
Binary10010010110000001101100110000101100110011011101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92C06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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