Html Css Color HEX #BECE7E Pine Glade

📋 copy color: '#BECE7E'

red 190 ◦ green 206 ◦ blue 126

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

Shades of Pine Glade #BECE7E

Tints of Pine Glade #BECE7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.14%

R = 36.4%
G = 39.46%
B = 24.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#BECE7E (or 0xBECE7E) is known color: Pine Glade. HEX triplet: BE, CE and 7E. RGB value is (190,206,126). Sum of RGB (Red+Green+Blue) = 190+206+126=522 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.40% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 126 (49.61% from 255 or 24.14% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #BECE7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECE7E is #413181. Grayscale: #C0C0C0. Windows color (decimal): -4272514 or 8310462. OLE color: 8310462.

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

Color convert

RGB 190 206 126 -
CMYK 0.08 0 0.39 0.19
HSL 72º 0.45% 0.65% -
HSV(B) 72º 0.39% 0.81% -
XYZ 47.07 56.6 28.18 -
YUV 192.1 90.7 126.5 -
System Red Green Blue C M Y K H S L
Decimal 190 206 126 0.08 0 0.39 0.19 72 0.45 0.65
Hex BE CE 7E 8 0 27 13 48 2D 41
Octal 276 316 176 10 0 47 23 110 55 101
Binary 10111110 11001110 1111110 1000 0 100111 10011 1001000 101101 1000001

Color Harmonies of #BECE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECE7E

Black with #BECE7E

Text Example


Text Example

White with #BECE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECE7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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