Html Css Color HEX #BEBE83 Pine Glade

📋 copy color: '#BEBE83'

red 190 ◦ green 190 ◦ blue 131

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

Shades of Pine Glade #BEBE83

Tints of Pine Glade #BEBE83

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.18%

 BLUE value IS 131 (51.56% from 255) = 25.64%

R = 37.18%
G = 37.18%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEBE83 (or 0xBEBE83) is known color: Pine Glade. HEX triplet: BE, BE and 83. RGB value is (190,190,131). Sum of RGB (Red+Green+Blue) = 190+190+131=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 190 (74.61% from 255 or 37.18% from 511); Blue value is 131 (51.56% from 255 or 25.64% from 511); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBE83 is #41417C. Grayscale: #B7B7B7. Windows color (decimal): -4276605 or 8634046. OLE color: 8634046.

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

Color convert

RGB 190 190 131 -
CMYK 0 0 0.31 0.25
HSL 60º 0.31% 0.63% -
HSV(B) 60º 0.31% 0.75% -
XYZ 43.75 49.41 28.7 -
YUV 183.27 98.5 132.8 -
System Red Green Blue C M Y K H S L
Decimal 190 190 131 0 0 0.31 0.25 60 0.31 0.63
Hex BE BE 83 0 0 1F 19 3C 1F 3F
Octal 276 276 203 0 0 37 31 74 37 77
Binary 10111110 10111110 10000011 0 0 11111 11001 111100 11111 111111

Color Harmonies of #BEBE83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE83

Black with #BEBE83

Text Example


Text Example

White with #BEBE83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE83; }

 p { color: rgb(190,190,131); }

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

background-color css

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

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

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

border-color css

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

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

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