Html Css Color HEX #BEC073 Pine Glade

📋 copy color: '#BEC073'

red 190 ◦ green 192 ◦ blue 115

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

Shades of Pine Glade #BEC073

Tints of Pine Glade #BEC073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.14%

R = 38.23%
G = 38.63%
B = 23.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#BEC073 (or 0xBEC073) is known color: Pine Glade. HEX triplet: BE, C0 and 73. RGB value is (190,192,115). Sum of RGB (Red+Green+Blue) = 190+192+115=497 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.23% from 497); Green value is 192 (75.39% from 255 or 38.63% from 497); Blue value is 115 (45.31% from 255 or 23.14% from 497); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC073 is #413F8C. Grayscale: #B6B6B6. Windows color (decimal): -4276109 or 7585982. OLE color: 7585982.

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

Color convert

RGB 190 192 115 -
CMYK 0.01 0 0.40 0.25
HSL 61.56º 0.38% 0.6% -
HSV(B) 61.56º 0.4% 0.75% -
XYZ 43.18 49.88 23.57 -
YUV 182.62 89.84 133.26 -
System Red Green Blue C M Y K H S L
Decimal 190 192 115 0.01 0 0.40 0.25 61.56 0.38 0.6
Hex BE C0 73 1 0 28 19 3E 26 3C
Octal 276 300 163 1 0 50 31 76 46 74
Binary 10111110 11000000 1110011 1 0 101000 11001 111110 100110 111100

Color Harmonies of #BEC073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC073

Black with #BEC073

Text Example


Text Example

White with #BEC073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC073; }

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

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

background-color css

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

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

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

border-color css

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

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

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