Html Css Color HEX #BECF76 Pine Glade

📋 copy color: '#BECF76'

red 190 ◦ green 207 ◦ blue 118

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

Shades of Pine Glade #BECF76

Tints of Pine Glade #BECF76

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.19%

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

R = 36.89%
G = 40.19%
B = 22.91%

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

#BECF76 (or 0xBECF76) is known color: Pine Glade. HEX triplet: BE, CF and 76. RGB value is (190,207,118). Sum of RGB (Red+Green+Blue) = 190+207+118=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECF76 is #413089. Grayscale: #C0C0C0. Windows color (decimal): -4272266 or 7786430. OLE color: 7786430.

HSL color Cylindrical-coordinate representation of color #BECF76: hue angle of 71.46º degrees, saturation: 0.48, 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 #BECF76 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 207 118 -
CMYK 0.08 0 0.43 0.19
HSL 71.46º 0.48% 0.64% -
HSV(B) 71.46º 0.43% 0.81% -
XYZ 46.82 56.88 25.65 -
YUV 191.77 86.37 126.74 -
System Red Green Blue C M Y K H S L
Decimal 190 207 118 0.08 0 0.43 0.19 71.46 0.48 0.64
Hex BE CF 76 8 0 2B 13 47 30 40
Octal 276 317 166 10 0 53 23 107 60 100
Binary 10111110 11001111 1110110 1000 0 101011 10011 1000111 110000 1000000

Color Harmonies of #BECF76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECF76

Black with #BECF76

Text Example


Text Example

White with #BECF76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECF76; }

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

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

background-color css

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

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

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

border-color css

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

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

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