#BEBD74

Color #BEBD74 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BEBD74

Tints of Pine Glade #BEBD74

Color information

#BEBD74 (or 0xBEBD74) is unknown color: approx Pine Glade. HEX triplet: BE, BD and 74. RGB value is (190,189,116). Sum of RGB (Red+Green+Blue) = 190+189+116=495 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.38% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD74 is #41428B. Grayscale: #B5B5B5. Windows color (decimal): -4276876 or 7650750. OLE color: 7650750.

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

Color convert

RGB190189116-
CMYK00.010.390.25
HSL59.19º36.27%60%-
HSV(B)59.19º38.95%74.51%-
XYZ42.5948.623.66-
YUV180.9891.33134.44-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.38%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=38.38%
G=38.18%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018911600.010.390.2559.1936.2760
HexBEBD740127193b243c
Octal276275164014731734474
Binary101111101011110111101000110011111001111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD74; }

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

 H1.HeaderClassName
 {
   color: #BEBD74;
 }
 .AnyTagClassName
 {
   color: #BEBD74;
 }
</style>
background-color css

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

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

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

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

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

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