#92A550

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

Shades of Chelsea Cucumber #92A550

Tints of Chelsea Cucumber #92A550

Color information

#92A550 (or 0x92A550) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, A5 and 50. RGB value is (146,165,80). Sum of RGB (Red+Green+Blue) = 146+165+80=391 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.34% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 165 - color contains mainly: green. Hex color #92A550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #92A550 is #6D5AAF. Grayscale: #959595. Windows color (decimal): -7166640 or 5285266. OLE color: 5285266.

HSL color Cylindrical-coordinate representation of color #92A550: hue angle of 73.41º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92A550 is Cyan = 0.12, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB14616580-
CMYK0.1200.520.35
HSL73.41º34.69%48.04%-
HSV(B)73.41º51.52%64.71%-
XYZ26.7633.612.66-
YUV149.6388.71125.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.34%
GREEN value IS 165 (64.84% from 255) = 42.20%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=37.34%
G=42.20%
B=20.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal146165800.1200.520.3573.4134.6948.04
Hex92A550C03423492330
Octal22224512014064431114360
Binary10010010101001011010000110001101001000111001001100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92A550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,165,80); }

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

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

 a { background-color: rgb(146,165,80); }

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

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

 span { border-color: rgb(146,165,80); }

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