Html Css Color HEX #BEBC7F Pine Glade

📋 copy color: '#BEBC7F'

red 190 ◦ green 188 ◦ blue 127

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

Shades of Pine Glade #BEBC7F

Tints of Pine Glade #BEBC7F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.23%

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

R = 37.62%
G = 37.23%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BEBC7F (or 0xBEBC7F) is known color: Pine Glade. HEX triplet: BE, BC and 7F. RGB value is (190,188,127). Sum of RGB (Red+Green+Blue) = 190+188+127=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 188 (73.83% from 255 or 37.23% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7F is #414380. Grayscale: #B5B5B5. Windows color (decimal): -4277121 or 8371390. OLE color: 8371390.

HSL color Cylindrical-coordinate representation of color #BEBC7F: hue angle of 58.1º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEBC7F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 188 127 -
CMYK 0 0.01 0.33 0.25
HSL 58.1º 0.33% 0.62% -
HSV(B) 58.1º 0.33% 0.75% -
XYZ 43.05 48.45 27.16 -
YUV 181.64 97.16 133.96 -
System Red Green Blue C M Y K H S L
Decimal 190 188 127 0 0.01 0.33 0.25 58.1 0.33 0.62
Hex BE BC 7F 0 1 21 19 3A 21 3E
Octal 276 274 177 0 1 41 31 72 41 76
Binary 10111110 10111100 1111111 0 1 100001 11001 111010 100001 111110

Color Harmonies of #BEBC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC7F

Black with #BEBC7F

Text Example


Text Example

White with #BEBC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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