Html Css Color HEX #BEC084 Pine Glade

📋 copy color: '#BEC084'

red 190 ◦ green 192 ◦ blue 132

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

Shades of Pine Glade #BEC084

Tints of Pine Glade #BEC084

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 132 (51.95% from 255) = 25.68%

R = 36.96%
G = 37.35%
B = 25.68%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BEC084 (or 0xBEC084) is known color: Pine Glade. HEX triplet: BE, C0 and 84. RGB value is (190,192,132). Sum of RGB (Red+Green+Blue) = 190+192+132=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #BEC084 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC084 is #413F7B. Grayscale: #B8B8B8. Windows color (decimal): -4276092 or 8700094. OLE color: 8700094.

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

Color convert

RGB 190 192 132 -
CMYK 0.01 0 0.31 0.25
HSL 62º 0.32% 0.64% -
HSV(B) 62º 0.31% 0.75% -
XYZ 44.25 50.31 29.21 -
YUV 184.56 98.34 131.88 -
System Red Green Blue C M Y K H S L
Decimal 190 192 132 0.01 0 0.31 0.25 62 0.32 0.64
Hex BE C0 84 1 0 1F 19 3E 20 40
Octal 276 300 204 1 0 37 31 76 40 100
Binary 10111110 11000000 10000100 1 0 11111 11001 111110 100000 1000000

Color Harmonies of #BEC084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC084

Black with #BEC084

Text Example


Text Example

White with #BEC084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC084; }

 p { color: rgb(190,192,132); }

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

background-color css

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

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

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

border-color css

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

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

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