Html Css Color HEX #BECE7F Pine Glade

📋 copy color: '#BECE7F'

red 190 ◦ green 206 ◦ blue 127

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

Shades of Pine Glade #BECE7F

Tints of Pine Glade #BECE7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.28%

R = 36.33%
G = 39.39%
B = 24.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.19

RGB Variations

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

Color information

#BECE7F (or 0xBECE7F) is known color: Pine Glade. HEX triplet: BE, CE and 7F. RGB value is (190,206,127). Sum of RGB (Red+Green+Blue) = 190+206+127=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 127 (50% from 255 or 24.28% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7F is #413180. Grayscale: #C0C0C0. Windows color (decimal): -4272513 or 8375998. OLE color: 8375998.

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

Color convert

RGB 190 206 127 -
CMYK 0.08 0 0.38 0.19
HSL 72.15º 0.45% 0.65% -
HSV(B) 72.15º 0.38% 0.81% -
XYZ 47.14 56.62 28.52 -
YUV 192.21 91.2 126.42 -
System Red Green Blue C M Y K H S L
Decimal 190 206 127 0.08 0 0.38 0.19 72.15 0.45 0.65
Hex BE CE 7F 8 0 26 13 48 2D 41
Octal 276 316 177 10 0 46 23 110 55 101
Binary 10111110 11001110 1111111 1000 0 100110 10011 1001000 101101 1000001

Color Harmonies of #BECE7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE7F

Black with #BECE7F

Text Example


Text Example

White with #BECE7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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