Html Css Color HEX #BEBB7D Pine Glade

📋 copy color: '#BEBB7D'

red 190 ◦ green 187 ◦ blue 125

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

Shades of Pine Glade #BEBB7D

Tints of Pine Glade #BEBB7D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.25%

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

R = 37.85%
G = 37.25%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BEBB7D (or 0xBEBB7D) is known color: Pine Glade. HEX triplet: BE, BB and 7D. RGB value is (190,187,125). Sum of RGB (Red+Green+Blue) = 190+187+125=502 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.85% from 502); Green value is 187 (73.44% from 255 or 37.25% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBB7D is #414482. Grayscale: #B5B5B5. Windows color (decimal): -4277379 or 8240062. OLE color: 8240062.

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

Color convert

RGB 190 187 125 -
CMYK 0 0.02 0.34 0.25
HSL 57.23º 0.33% 0.62% -
HSV(B) 57.23º 0.34% 0.75% -
XYZ 42.71 47.97 26.41 -
YUV 180.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 190 187 125 0 0.02 0.34 0.25 57.23 0.33 0.62
Hex BE BB 7D 0 2 22 19 39 21 3E
Octal 276 273 175 0 2 42 31 71 41 76
Binary 10111110 10111011 1111101 0 10 100010 11001 111001 100001 111110

Color Harmonies of #BEBB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB7D

Black with #BEBB7D

Text Example


Text Example

White with #BEBB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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