Html Css Color HEX #BEBD7E Pine Glade

📋 copy color: '#BEBD7E'

red 190 ◦ green 189 ◦ blue 126

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

Shades of Pine Glade #BEBD7E

Tints of Pine Glade #BEBD7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.95%

R = 37.62%
G = 37.43%
B = 24.95%

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

#BEBD7E (or 0xBEBD7E) is known color: Pine Glade. HEX triplet: BE, BD and 7E. RGB value is (190,189,126). Sum of RGB (Red+Green+Blue) = 190+189+126=505 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.62% from 505); Green value is 189 (74.22% from 255 or 37.43% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBD7E is #414281. Grayscale: #B6B6B6. Windows color (decimal): -4276866 or 8306110. OLE color: 8306110.

HSL color Cylindrical-coordinate representation of color #BEBD7E: hue angle of 59.06º 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 #BEBD7E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 189 126 -
CMYK 0 0.01 0.34 0.25
HSL 59.06º 0.33% 0.62% -
HSV(B) 59.06º 0.34% 0.75% -
XYZ 43.2 48.85 26.89 -
YUV 182.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 190 189 126 0 0.01 0.34 0.25 59.06 0.33 0.62
Hex BE BD 7E 0 1 22 19 3B 21 3E
Octal 276 275 176 0 1 42 31 73 41 76
Binary 10111110 10111101 1111110 0 1 100010 11001 111011 100001 111110

Color Harmonies of #BEBD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBD7E

Black with #BEBD7E

Text Example


Text Example

White with #BEBD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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