#80B14F

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

Shades of Chelsea Cucumber #80B14F

Tints of Chelsea Cucumber #80B14F

Color information

#80B14F (or 0x80B14F) is unknown color: approx Chelsea Cucumber. HEX triplet: 80, B1 and 4F. RGB value is (128,177,79). Sum of RGB (Red+Green+Blue) = 128+177+79=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 79 (31.25% from 255 or 20.57% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #80B14F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80B14F is #7F4EB0. Grayscale: #979797. Windows color (decimal): -8343217 or 5222784. OLE color: 5222784.

HSL color Cylindrical-coordinate representation of color #80B14F: hue angle of 90º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80B14F is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB12817779-
CMYK0.2800.550.31
HSL90º38.58%50.2%-
HSV(B)90º55.37%69.41%-
XYZ26.0436.613.09-
YUV151.1887.27111.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 33.33%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 79 (31.25% from 255) = 20.57%
R=33.33%
G=46.09%
B=20.57%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal128177790.2800.550.319038.5850.2
Hex80B14F1C0371F5a2732
Octal20026111734067371324762
Binary10000000101100011001111111000110111111111011010100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80B14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80B14F; }

 p { color: rgb(128,177,79); }

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

<style>
 a { background-color: #80B14F; }

 a { background-color: rgb(128,177,79); }

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

<style>
 span { border-color: #80B14F; }

 span { border-color: rgb(128,177,79); }

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