#71C184

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

Shades of Bay Leaf #71C184

Tints of Bay Leaf #71C184

Color information

#71C184 (or 0x71C184) is unknown color: approx Bay Leaf. HEX triplet: 71, C1 and 84. RGB value is (113,193,132). Sum of RGB (Red+Green+Blue) = 113+193+132=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #71C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #71C184 is #8E3E7B. Grayscale: #A2A2A2. Windows color (decimal): -9322108 or 8700273. OLE color: 8700273.

HSL color Cylindrical-coordinate representation of color #71C184: hue angle of 134.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71C184 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB113193132-
CMYK0.4100.320.24
HSL134.25º39.22%60%-
HSV(B)134.25º41.45%75.69%-
XYZ30.0443.3228.61-
YUV162.1311192.96-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.80%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=25.80%
G=44.06%
B=30.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1131931320.4100.320.24134.2539.2260
Hex71C184290201886273c
Octal16130120451040302064774
Binary1110001110000011000010010100101000001100010000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71C184; }

 p { color: rgb(113,193,132); }

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

<style>
 a { background-color: #71C184; }

 a { background-color: rgb(113,193,132); }

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

<style>
 span { border-color: #71C184; }

 span { border-color: rgb(113,193,132); }

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