#92AD4B

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

Shades of Chelsea Cucumber #92AD4B

Tints of Chelsea Cucumber #92AD4B

Color information

#92AD4B (or 0x92AD4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 92, AD and 4B. RGB value is (146,173,75). Sum of RGB (Red+Green+Blue) = 146+173+75=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #92AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #92AD4B is #6D52B4. Grayscale: #9A9A9A. Windows color (decimal): -7164597 or 4959634. OLE color: 4959634.

HSL color Cylindrical-coordinate representation of color #92AD4B: hue angle of 76.53º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #92AD4B is Cyan = 0.16, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB14617375-
CMYK0.1600.570.32
HSL76.53º39.52%48.63%-
HSV(B)76.53º56.65%67.84%-
XYZ28.0736.5112.22-
YUV153.7683.55122.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.06%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 75 (29.69% from 255) = 19.04%
R=37.06%
G=43.91%
B=19.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal146173750.1600.570.3276.5339.5248.63
Hex92AD4B10039204d2831
Octal22225511320071401155061
Binary100100101010110110010111000001110011000001001101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,173,75); }

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

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

 a { background-color: rgb(146,173,75); }

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

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

 span { border-color: rgb(146,173,75); }

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