Html Css Color HEX #BEBE78 Pine Glade

📋 copy color: '#BEBE78'

red 190 ◦ green 190 ◦ blue 120

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

Shades of Pine Glade #BEBE78

Tints of Pine Glade #BEBE78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 38%
G = 38%
B = 24%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BEBE78 (or 0xBEBE78) is known color: Pine Glade. HEX triplet: BE, BE and 78. RGB value is (190,190,120). Sum of RGB (Red+Green+Blue) = 190+190+120=500 (66% of max value = 765). Red value is 190 (74.61% from 255 or 38% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE78 is #414187. Grayscale: #B6B6B6. Windows color (decimal): -4276616 or 7913150. OLE color: 7913150.

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

Color convert

RGB 190 190 120 -
CMYK 0 0 0.37 0.25
HSL 60º 0.35% 0.61% -
HSV(B) 60º 0.37% 0.75% -
XYZ 43.04 49.13 24.98 -
YUV 182.02 93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 190 190 120 0 0 0.37 0.25 60 0.35 0.61
Hex BE BE 78 0 0 25 19 3C 23 3D
Octal 276 276 170 0 0 45 31 74 43 75
Binary 10111110 10111110 1111000 0 0 100101 11001 111100 100011 111101

Color Harmonies of #BEBE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE78

Black with #BEBE78

Text Example


Text Example

White with #BEBE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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