Html Css Color HEX #BEC484 Pine Glade

📋 copy color: '#BEC484'

red 190 ◦ green 196 ◦ blue 132

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

Shades of Pine Glade #BEC484

Tints of Pine Glade #BEC484

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.84%

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

R = 36.68%
G = 37.84%
B = 25.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#BEC484 (or 0xBEC484) is known color: Pine Glade. HEX triplet: BE, C4 and 84. RGB value is (190,196,132). Sum of RGB (Red+Green+Blue) = 190+196+132=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 132 (51.95% from 255 or 25.48% from 518); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC484 is #413B7B. Grayscale: #BBBBBB. Windows color (decimal): -4275068 or 8701118. OLE color: 8701118.

HSL color Cylindrical-coordinate representation of color #BEC484: hue angle of 65.62º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEC484 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 132 -
CMYK 0.03 0 0.33 0.23
HSL 65.63º 0.35% 0.64% -
HSV(B) 65.63º 0.33% 0.77% -
XYZ 45.14 52.09 29.51 -
YUV 186.91 97.01 130.2 -
System Red Green Blue C M Y K H S L
Decimal 190 196 132 0.03 0 0.33 0.23 65.63 0.35 0.64
Hex BE C4 84 3 0 21 17 42 23 40
Octal 276 304 204 3 0 41 27 102 43 100
Binary 10111110 11000100 10000100 11 0 100001 10111 1000010 100011 1000000

Color Harmonies of #BEC484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC484

Black with #BEC484

Text Example


Text Example

White with #BEC484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC484; }

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

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

background-color css

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

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

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

border-color css

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

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

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