#92BC6C

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

Shades of Olivine #92BC6C

Tints of Olivine #92BC6C

Color information

#92BC6C (or 0x92BC6C) is unknown color: approx Olivine. HEX triplet: 92, BC and 6C. RGB value is (146,188,108). Sum of RGB (Red+Green+Blue) = 146+188+108=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #92BC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BC6C is #6D4393. Grayscale: #A6A6A6. Windows color (decimal): -7160724 or 7126162. OLE color: 7126162.

HSL color Cylindrical-coordinate representation of color #92BC6C: hue angle of 91.5º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92BC6C is Cyan = 0.22, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB146188108-
CMYK0.2200.430.26
HSL91.5º37.38%58.04%-
HSV(B)91.5º42.55%73.73%-
XYZ32.5443.1620.8-
YUV166.3295.09113.5-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.03%
GREEN value IS 188 (73.83% from 255) = 42.53%
BLUE value IS 108 (42.58% from 255) = 24.43%
R=33.03%
G=42.53%
B=24.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461881080.2200.430.2691.537.3858.04
Hex92BC6C1602B1A5c253a
Octal22227415426053321344572
Binary10010010101111001101100101100101011110101011100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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