Html Css Color HEX #BEBC7D Pine Glade

📋 copy color: '#BEBC7D'

red 190 ◦ green 188 ◦ blue 125

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

Shades of Pine Glade #BEBC7D

Tints of Pine Glade #BEBC7D

RGB

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

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

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

R = 37.77%
G = 37.38%
B = 24.85%

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

#BEBC7D (or 0xBEBC7D) is known color: Pine Glade. HEX triplet: BE, BC and 7D. RGB value is (190,188,125). Sum of RGB (Red+Green+Blue) = 190+188+125=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7D is #414382. Grayscale: #B5B5B5. Windows color (decimal): -4277123 or 8240318. OLE color: 8240318.

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

Color convert

RGB 190 188 125 -
CMYK 0 0.01 0.34 0.25
HSL 58.15º 0.33% 0.62% -
HSV(B) 58.15º 0.34% 0.75% -
XYZ 42.92 48.39 26.48 -
YUV 181.42 96.16 134.12 -
System Red Green Blue C M Y K H S L
Decimal 190 188 125 0 0.01 0.34 0.25 58.15 0.33 0.62
Hex BE BC 7D 0 1 22 19 3A 21 3E
Octal 276 274 175 0 1 42 31 72 41 76
Binary 10111110 10111100 1111101 0 1 100010 11001 111010 100001 111110

Color Harmonies of #BEBC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC7D

Black with #BEBC7D

Text Example


Text Example

White with #BEBC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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