Html Css Color HEX #BECC76 Pine Glade

📋 copy color: '#BECC76'

red 190 ◦ green 204 ◦ blue 118

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

Shades of Pine Glade #BECC76

Tints of Pine Glade #BECC76

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.84%

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

R = 37.11%
G = 39.84%
B = 23.05%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#BECC76 (or 0xBECC76) is known color: Pine Glade. HEX triplet: BE, CC and 76. RGB value is (190,204,118). Sum of RGB (Red+Green+Blue) = 190+204+118=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECC76 is #413389. Grayscale: #BEBEBE. Windows color (decimal): -4273034 or 7785662. OLE color: 7785662.

HSL color Cylindrical-coordinate representation of color #BECC76: hue angle of 69.77º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BECC76 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 204 118 -
CMYK 0.07 0 0.42 0.2
HSL 69.77º 0.46% 0.63% -
HSV(B) 69.77º 0.42% 0.8% -
XYZ 46.1 55.44 25.41 -
YUV 190.01 87.36 127.99 -
System Red Green Blue C M Y K H S L
Decimal 190 204 118 0.07 0 0.42 0.2 69.77 0.46 0.63
Hex BE CC 76 7 0 2A 14 46 2E 3F
Octal 276 314 166 7 0 52 24 106 56 77
Binary 10111110 11001100 1110110 111 0 101010 10100 1000110 101110 111111

Color Harmonies of #BECC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECC76

Black with #BECC76

Text Example


Text Example

White with #BECC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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