Html Css Color HEX #BEBD7D Pine Glade

📋 copy color: '#BEBD7D'

red 190 ◦ green 189 ◦ blue 125

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

Shades of Pine Glade #BEBD7D

Tints of Pine Glade #BEBD7D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 37.7%
G = 37.5%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEBD7D (or 0xBEBD7D) is known color: Pine Glade. HEX triplet: BE, BD and 7D. RGB value is (190,189,125). Sum of RGB (Red+Green+Blue) = 190+189+125=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7D is #414282. Grayscale: #B6B6B6. Windows color (decimal): -4276867 or 8240574. OLE color: 8240574.

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

Color convert

RGB 190 189 125 -
CMYK 0 0.01 0.34 0.25
HSL 59.08º 0.33% 0.62% -
HSV(B) 59.08º 0.34% 0.75% -
XYZ 43.13 48.82 26.55 -
YUV 182 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 190 189 125 0 0.01 0.34 0.25 59.08 0.33 0.62
Hex BE BD 7D 0 1 22 19 3B 21 3E
Octal 276 275 175 0 1 42 31 73 41 76
Binary 10111110 10111101 1111101 0 1 100010 11001 111011 100001 111110

Color Harmonies of #BEBD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD7D

Black with #BEBD7D

Text Example


Text Example

White with #BEBD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD7D; }

 p { color: rgb(190,189,125); }

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

background-color css

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

 a { background-color: rgb(190,189,125); }

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

border-color css

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

 span { border-color: rgb(190,189,125); }

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