#92BA5C

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

Shades of Chelsea Cucumber #92BA5C

Tints of Chelsea Cucumber #92BA5C

Color information

#92BA5C (or 0x92BA5C) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, BA and 5C. RGB value is (146,186,92). Sum of RGB (Red+Green+Blue) = 146+186+92=424 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.43% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #92BA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92BA5C is #6D45A3. Grayscale: #A3A3A3. Windows color (decimal): -7161252 or 6077074. OLE color: 6077074.

HSL color Cylindrical-coordinate representation of color #92BA5C: hue angle of 85.53º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92BA5C is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB14618692-
CMYK0.2200.510.27
HSL85.53º40.52%54.51%-
HSV(B)85.53º50.54%72.94%-
XYZ31.344216.58-
YUV163.3287.75115.64-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.43%
GREEN value IS 186 (73.05% from 255) = 43.87%
BLUE value IS 92 (36.33% from 255) = 21.70%
R=34.43%
G=43.87%
B=21.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal146186920.2200.510.2785.5340.5254.51
Hex92BA5C160331B562937
Octal22227213426063331265167
Binary10010010101110101011100101100110011110111010110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92BA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,186,92); }

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

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

 a { background-color: rgb(146,186,92); }

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

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

 span { border-color: rgb(146,186,92); }

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