#81A84B

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

Shades of Chelsea Cucumber #81A84B

Tints of Chelsea Cucumber #81A84B

Color information

#81A84B (or 0x81A84B) is unknown color: approx Chelsea Cucumber. HEX triplet: 81, A8 and 4B. RGB value is (129,168,75). Sum of RGB (Red+Green+Blue) = 129+168+75=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 168 (66.02% from 255 or 45.16% from 372); Blue value is 75 (29.69% from 255 or 20.16% from 372); Max value from RGB is 168 - color contains mainly: green. Hex color #81A84B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81A84B is #7E57B4. Grayscale: #929292. Windows color (decimal): -8279989 or 4958337. OLE color: 4958337.

HSL color Cylindrical-coordinate representation of color #81A84B: hue angle of 85.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81A84B is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB12916875-
CMYK0.2300.550.34
HSL85.16º38.27%47.65%-
HSV(B)85.16º55.36%65.88%-
XYZ24.3333.1811.78-
YUV145.7488.08116.06-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.68%
GREEN value IS 168 (66.02% from 255) = 45.16%
BLUE value IS 75 (29.69% from 255) = 20.16%
R=34.68%
G=45.16%
B=20.16%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal129168750.2300.550.3485.1638.2747.65
Hex81A84B1703722552630
Octal20125011327067421254660
Binary100000011010100010010111011101101111000101010101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81A84B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81A84B; }

 p { color: rgb(129,168,75); }

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

<style>
 a { background-color: #81A84B; }

 a { background-color: rgb(129,168,75); }

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

<style>
 span { border-color: #81A84B; }

 span { border-color: rgb(129,168,75); }

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