Html Css Color HEX #BEBC7B Pine Glade

📋 copy color: '#BEBC7B'

red 190 ◦ green 188 ◦ blue 123

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

Shades of Pine Glade #BEBC7B

Tints of Pine Glade #BEBC7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 24.55%

R = 37.92%
G = 37.52%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEBC7B (or 0xBEBC7B) is known color: Pine Glade. HEX triplet: BE, BC and 7B. RGB value is (190,188,123). Sum of RGB (Red+Green+Blue) = 190+188+123=501 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.92% from 501); Green value is 188 (73.83% from 255 or 37.52% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBC7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBC7B is #414384. Grayscale: #B5B5B5. Windows color (decimal): -4277125 or 8109246. OLE color: 8109246.

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

Color convert

RGB 190 188 123 -
CMYK 0 0.01 0.35 0.25
HSL 58.21º 0.34% 0.61% -
HSV(B) 58.21º 0.35% 0.75% -
XYZ 42.79 48.34 25.81 -
YUV 181.19 95.16 134.29 -
System Red Green Blue C M Y K H S L
Decimal 190 188 123 0 0.01 0.35 0.25 58.21 0.34 0.61
Hex BE BC 7B 0 1 23 19 3A 22 3D
Octal 276 274 173 0 1 43 31 72 42 75
Binary 10111110 10111100 1111011 0 1 100011 11001 111010 100010 111101

Color Harmonies of #BEBC7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBC7B

Black with #BEBC7B

Text Example


Text Example

White with #BEBC7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBC7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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