Html Css Color HEX #BEBE74 Pine Glade

📋 copy color: '#BEBE74'

red 190 ◦ green 190 ◦ blue 116

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

Shades of Pine Glade #BEBE74

Tints of Pine Glade #BEBE74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 38.31%
G = 38.31%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#BEBE74 (or 0xBEBE74) is known color: Pine Glade. HEX triplet: BE, BE and 74. RGB value is (190,190,116). Sum of RGB (Red+Green+Blue) = 190+190+116=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 190 (74.61% from 255 or 38.31% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 190 - color contains mainly: red, green. Hex color #BEBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEBE74 is #41418B. Grayscale: #B5B5B5. Windows color (decimal): -4276620 or 7651006. OLE color: 7651006.

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

Color convert

RGB 190 190 116 -
CMYK 0 0 0.39 0.25
HSL 60º 0.36% 0.6% -
HSV(B) 60º 0.39% 0.75% -
XYZ 42.8 49.04 23.73 -
YUV 181.56 91 134.02 -
System Red Green Blue C M Y K H S L
Decimal 190 190 116 0 0 0.39 0.25 60 0.36 0.6
Hex BE BE 74 0 0 27 19 3C 24 3C
Octal 276 276 164 0 0 47 31 74 44 74
Binary 10111110 10111110 1110100 0 0 100111 11001 111100 100100 111100

Color Harmonies of #BEBE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBE74

Black with #BEBE74

Text Example


Text Example

White with #BEBE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBE74; }

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

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

background-color css

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

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

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

border-color css

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

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

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