#74C286

Color #74C286 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #74C286

Tints of Bay Leaf #74C286

Color information

#74C286 (or 0x74C286) is unknown color: approx Bay Leaf. HEX triplet: 74, C2 and 86. RGB value is (116,194,134). Sum of RGB (Red+Green+Blue) = 116+194+134=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 194 - color contains mainly: green. Hex color #74C286 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C286 is #8B3D79. Grayscale: #A4A4A4. Windows color (decimal): -9125242 or 8831604. OLE color: 8831604.

HSL color Cylindrical-coordinate representation of color #74C286: hue angle of 133.85º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C286 is Cyan = 0.40, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB116194134-
CMYK0.4000.310.24
HSL133.85º39%60.78%-
HSV(B)133.85º40.21%76.08%-
XYZ30.844.0229.43-
YUV163.84111.1693.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 194 (76.17% from 255) = 43.69%
BLUE value IS 134 (52.73% from 255) = 30.18%
R=26.13%
G=43.69%
B=30.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161941340.4000.310.24133.853960.78
Hex74C2862801F1886273d
Octal16430220650037302064775
Binary111010011000010100001101010000111111100010000110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74C286; }

 p { color: rgb(116,194,134); }

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

<style>
 a { background-color: #74C286; }

 a { background-color: rgb(116,194,134); }

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

<style>
 span { border-color: #74C286; }

 span { border-color: rgb(116,194,134); }

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