Html Css Color HEX #BECB7F Pine Glade

📋 copy color: '#BECB7F'

red 190 ◦ green 203 ◦ blue 127

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

Shades of Pine Glade #BECB7F

Tints of Pine Glade #BECB7F

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.04%

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

R = 36.54%
G = 39.04%
B = 24.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.37

 K value IS 0.20

RGB Variations

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

Color information

#BECB7F (or 0xBECB7F) is known color: Pine Glade. HEX triplet: BE, CB and 7F. RGB value is (190,203,127). Sum of RGB (Red+Green+Blue) = 190+203+127=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 203 - color contains mainly: green. Hex color #BECB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECB7F is #413480. Grayscale: #BEBEBE. Windows color (decimal): -4273281 or 8375230. OLE color: 8375230.

HSL color Cylindrical-coordinate representation of color #BECB7F: hue angle of 70.26º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BECB7F is Cyan = 0.06, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 127 -
CMYK 0.06 0 0.37 0.20
HSL 70.26º 0.42% 0.65% -
HSV(B) 70.26º 0.37% 0.8% -
XYZ 46.42 55.19 28.28 -
YUV 190.45 92.19 127.68 -
System Red Green Blue C M Y K H S L
Decimal 190 203 127 0.06 0 0.37 0.20 70.26 0.42 0.65
Hex BE CB 7F 6 0 25 14 46 2A 41
Octal 276 313 177 6 0 45 24 106 52 101
Binary 10111110 11001011 1111111 110 0 100101 10100 1000110 101010 1000001

Color Harmonies of #BECB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECB7F

Black with #BECB7F

Text Example


Text Example

White with #BECB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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