Html Css Color HEX #BECE7C Pine Glade

📋 copy color: '#BECE7C'

red 190 ◦ green 206 ◦ blue 124

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

Shades of Pine Glade #BECE7C

Tints of Pine Glade #BECE7C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 39.62%

 BLUE value IS 124 (48.83% from 255) = 23.85%

R = 36.54%
G = 39.62%
B = 23.85%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.40

 K value IS 0.19

RGB Variations

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

Color information

#BECE7C (or 0xBECE7C) is known color: Pine Glade. HEX triplet: BE, CE and 7C. RGB value is (190,206,124). Sum of RGB (Red+Green+Blue) = 190+206+124=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 206 (80.86% from 255 or 39.62% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7C is #413183. Grayscale: #C0C0C0. Windows color (decimal): -4272516 or 8179390. OLE color: 8179390.

HSL color Cylindrical-coordinate representation of color #BECE7C: hue angle of 71.71º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BECE7C is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 124 -
CMYK 0.08 0 0.40 0.19
HSL 71.71º 0.46% 0.65% -
HSV(B) 71.71º 0.4% 0.81% -
XYZ 46.94 56.55 27.51 -
YUV 191.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 190 206 124 0.08 0 0.40 0.19 71.71 0.46 0.65
Hex BE CE 7C 8 0 28 13 48 2E 41
Octal 276 316 174 10 0 50 23 110 56 101
Binary 10111110 11001110 1111100 1000 0 101000 10011 1001000 101110 1000001

Color Harmonies of #BECE7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE7C

Black with #BECE7C

Text Example


Text Example

White with #BECE7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE7C; }

 p { color: rgb(190,206,124); }

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

background-color css

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

 a { background-color: rgb(190,206,124); }

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

border-color css

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

 span { border-color: rgb(190,206,124); }

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