#92BD73

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

Shades of Olivine #92BD73

Tints of Olivine #92BD73

Color information

#92BD73 (or 0x92BD73) is unknown color: approx Olivine. HEX triplet: 92, BD and 73. RGB value is (146,189,115). Sum of RGB (Red+Green+Blue) = 146+189+115=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 189 - color contains mainly: green. Hex color #92BD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BD73 is #6D428C. Grayscale: #A7A7A7. Windows color (decimal): -7160461 or 7585170. OLE color: 7585170.

HSL color Cylindrical-coordinate representation of color #92BD73: hue angle of 94.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92BD73 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB146189115-
CMYK0.2300.390.26
HSL94.86º35.92%59.61%-
HSV(B)94.86º39.15%74.12%-
XYZ33.1543.7422.92-
YUV167.7198.25112.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.44%
GREEN value IS 189 (74.22% from 255) = 42%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=32.44%
G=42%
B=25.56%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1461891150.2300.390.2694.8635.9259.61
Hex92BD73170271A5f243c
Octal22227516327047321374474
Binary10010010101111011110011101110100111110101011111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,189,115); }

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

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

 a { background-color: rgb(146,189,115); }

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

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

 span { border-color: rgb(146,189,115); }

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