Html Css Color HEX #BEBD7C Pine Glade

📋 copy color: '#BEBD7C'

red 190 ◦ green 189 ◦ blue 124

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

Shades of Pine Glade #BEBD7C

Tints of Pine Glade #BEBD7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 24.65%

R = 37.77%
G = 37.57%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEBD7C (or 0xBEBD7C) is known color: Pine Glade. HEX triplet: BE, BD and 7C. RGB value is (190,189,124). Sum of RGB (Red+Green+Blue) = 190+189+124=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7C is #414283. Grayscale: #B6B6B6. Windows color (decimal): -4276868 or 8175038. OLE color: 8175038.

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

Color convert

RGB 190 189 124 -
CMYK 0 0.01 0.35 0.25
HSL 59.09º 0.34% 0.62% -
HSV(B) 59.09º 0.35% 0.75% -
XYZ 43.07 48.8 26.22 -
YUV 181.89 95.33 133.79 -
System Red Green Blue C M Y K H S L
Decimal 190 189 124 0 0.01 0.35 0.25 59.09 0.34 0.62
Hex BE BD 7C 0 1 23 19 3B 22 3E
Octal 276 275 174 0 1 43 31 73 42 76
Binary 10111110 10111101 1111100 0 1 100011 11001 111011 100010 111110

Color Harmonies of #BEBD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD7C

Black with #BEBD7C

Text Example


Text Example

White with #BEBD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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