Html Css Color HEX #BEC384 Pine Glade

📋 copy color: '#BEC384'

red 190 ◦ green 195 ◦ blue 132

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

Shades of Pine Glade #BEC384

Tints of Pine Glade #BEC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.72%

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

R = 36.75%
G = 37.72%
B = 25.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#BEC384 (or 0xBEC384) is known color: Pine Glade. HEX triplet: BE, C3 and 84. RGB value is (190,195,132). Sum of RGB (Red+Green+Blue) = 190+195+132=517 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.75% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 195 - color contains mainly: green. Hex color #BEC384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC384 is #413C7B. Grayscale: #BABABA. Windows color (decimal): -4275324 or 8700862. OLE color: 8700862.

HSL color Cylindrical-coordinate representation of color #BEC384: hue angle of 64.76º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEC384 is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 195 132 -
CMYK 0.03 0 0.32 0.24
HSL 64.76º 0.34% 0.64% -
HSV(B) 64.76º 0.32% 0.76% -
XYZ 44.92 51.64 29.43 -
YUV 186.32 97.34 130.62 -
System Red Green Blue C M Y K H S L
Decimal 190 195 132 0.03 0 0.32 0.24 64.76 0.34 0.64
Hex BE C3 84 3 0 20 18 41 22 40
Octal 276 303 204 3 0 40 30 101 42 100
Binary 10111110 11000011 10000100 11 0 100000 11000 1000001 100010 1000000

Color Harmonies of #BEC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC384

Black with #BEC384

Text Example


Text Example

White with #BEC384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC384; }

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

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

background-color css

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

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

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

border-color css

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

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

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