Html Css Color HEX #BEC072 Pine Glade

📋 copy color: '#BEC072'

red 190 ◦ green 192 ◦ blue 114

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

Shades of Pine Glade #BEC072

Tints of Pine Glade #BEC072

RGB

 RED value IS 190 (74.61% from 255) = 38.31%

 GREEN value IS 192 (75.39% from 255) = 38.71%

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 38.31%
G = 38.71%
B = 22.98%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#BEC072 (or 0xBEC072) is known color: Pine Glade. HEX triplet: BE, C0 and 72. RGB value is (190,192,114). Sum of RGB (Red+Green+Blue) = 190+192+114=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 192 (75.39% from 255 or 38.71% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC072 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC072 is #413F8D. Grayscale: #B6B6B6. Windows color (decimal): -4276110 or 7520446. OLE color: 7520446.

HSL color Cylindrical-coordinate representation of color #BEC072: hue angle of 61.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEC072 is Cyan = 0.01, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 192 114 -
CMYK 0.01 0 0.41 0.25
HSL 61.54º 0.38% 0.6% -
HSV(B) 61.54º 0.41% 0.75% -
XYZ 43.12 49.86 23.27 -
YUV 182.51 89.34 133.34 -
System Red Green Blue C M Y K H S L
Decimal 190 192 114 0.01 0 0.41 0.25 61.54 0.38 0.6
Hex BE C0 72 1 0 29 19 3E 26 3C
Octal 276 300 162 1 0 51 31 76 46 74
Binary 10111110 11000000 1110010 1 0 101001 11001 111110 100110 111100

Color Harmonies of #BEC072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC072

Black with #BEC072

Text Example


Text Example

White with #BEC072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC072; }

 p { color: rgb(190,192,114); }

 H1.HeaderClassName
 {
   color: #BEC072;
 }
 .AnyTagClassName
 {
   color: #BEC072;
 }
</style>

background-color css

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

 a { background-color: rgb(190,192,114); }

 div.DivClassName
 {
   background-color: #BEC072;
 }
 .BgClassName
 {
   background-color: #BEC072;
 }
</style>

border-color css

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

 span { border-color: rgb(190,192,114); }

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