Html Css Color HEX #BEBE7B Pine Glade

📋 copy color: '#BEBE7B'

red 190 ◦ green 190 ◦ blue 123

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

Shades of Pine Glade #BEBE7B

Tints of Pine Glade #BEBE7B

RGB

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

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

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

R = 37.77%
G = 37.77%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#BEBE7B (or 0xBEBE7B) is known color: Pine Glade. HEX triplet: BE, BE and 7B. RGB value is (190,190,123). Sum of RGB (Red+Green+Blue) = 190+190+123=503 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.77% from 503); Green value is 190 (74.61% from 255 or 37.77% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE7B is #414184. Grayscale: #B6B6B6. Windows color (decimal): -4276613 or 8109758. OLE color: 8109758.

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

Color convert

RGB 190 190 123 -
CMYK 0 0 0.35 0.25
HSL 60º 0.34% 0.61% -
HSV(B) 60º 0.35% 0.75% -
XYZ 43.22 49.2 25.96 -
YUV 182.36 94.5 133.45 -
System Red Green Blue C M Y K H S L
Decimal 190 190 123 0 0 0.35 0.25 60 0.34 0.61
Hex BE BE 7B 0 0 23 19 3C 22 3D
Octal 276 276 173 0 0 43 31 74 42 75
Binary 10111110 10111110 1111011 0 0 100011 11001 111100 100010 111101

Color Harmonies of #BEBE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE7B

Black with #BEBE7B

Text Example


Text Example

White with #BEBE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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