Html Css Color HEX #BECE76 Pine Glade

📋 copy color: '#BECE76'

red 190 ◦ green 206 ◦ blue 118

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

Shades of Pine Glade #BECE76

Tints of Pine Glade #BECE76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.96%

R = 36.96%
G = 40.08%
B = 22.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#BECE76 (or 0xBECE76) is known color: Pine Glade. HEX triplet: BE, CE and 76. RGB value is (190,206,118). Sum of RGB (Red+Green+Blue) = 190+206+118=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE76 is #413189. Grayscale: #BFBFBF. Windows color (decimal): -4272522 or 7786174. OLE color: 7786174.

HSL color Cylindrical-coordinate representation of color #BECE76: hue angle of 70.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BECE76 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 118 -
CMYK 0.08 0 0.43 0.19
HSL 70.91º 0.47% 0.64% -
HSV(B) 70.91º 0.43% 0.81% -
XYZ 46.58 56.4 25.57 -
YUV 191.18 86.7 127.16 -
System Red Green Blue C M Y K H S L
Decimal 190 206 118 0.08 0 0.43 0.19 70.91 0.47 0.64
Hex BE CE 76 8 0 2B 13 47 2F 40
Octal 276 316 166 10 0 53 23 107 57 100
Binary 10111110 11001110 1110110 1000 0 101011 10011 1000111 101111 1000000

Color Harmonies of #BECE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE76

Black with #BECE76

Text Example


Text Example

White with #BECE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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