Html Css Color HEX #72C184 Bay Leaf

📋 copy color: '#72C184'

red 114 ◦ green 193 ◦ blue 132

#72C184
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bay Leaf #72C184

Tints of Bay Leaf #72C184

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 value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#72C184 (or 0x72C184) is known color: 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

RGB 114 193 132 -
CMYK 0.41 0 0.32 0.24
HSL 133.67º 0.39% 0.6% -
HSV(B) 133.67º 0.41% 0.76% -
XYZ 30.17 43.38 28.61 -
YUV 162.43 110.83 93.46 -
System Red Green Blue C M Y K H S L
Decimal 114 193 132 0.41 0 0.32 0.24 133.67 0.39 0.6
Hex 72 C1 84 29 0 20 18 86 27 3C
Octal 162 301 204 51 0 40 30 206 47 74
Binary 1110010 11000001 10000100 101001 0 100000 11000 10000110 100111 111100

Color Harmonies of #72C184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C184

Black with #72C184

Text Example


Text Example

White with #72C184

Text Example


Text Example

HTML Codes & Css Web 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>