#72C184

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

Shades of Bay Leaf #72C184

Tints of Bay Leaf #72C184

Color information

#72C184 (or 0x72C184) is unknown color: approx Bay Leaf. HEX triplet: 72, C1 and 84. RGB value is (114,193,132). Sum of RGB (Red+Green+Blue) = 114+193+132=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 193 - color contains mainly: green. Hex color #72C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C184 is #8D3E7B. Grayscale: #A2A2A2. Windows color (decimal): -9256572 or 8700274. OLE color: 8700274.

HSL color Cylindrical-coordinate representation of color #72C184: hue angle of 133.67º 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 #72C184 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB114193132-
CMYK0.4100.320.24
HSL133.67º38.92%60.2%-
HSV(B)133.67º40.93%75.69%-
XYZ30.1743.3828.61-
YUV162.43110.8393.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.97%
GREEN value IS 193 (75.78% from 255) = 43.96%
BLUE value IS 132 (51.95% from 255) = 30.07%
R=25.97%
G=43.96%
B=30.07%

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
Decimal1141931320.4100.320.24133.6738.9260.2
Hex72C184290201886273c
Octal16230120451040302064774
Binary1110010110000011000010010100101000001100010000110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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