Html Css Color HEX #BEC184 Pine Glade

📋 copy color: '#BEC184'

red 190 ◦ green 193 ◦ blue 132

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

Shades of Pine Glade #BEC184

Tints of Pine Glade #BEC184

RGB

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

 GREEN value IS 193 (75.78% from 255) = 37.48%

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

R = 36.89%
G = 37.48%
B = 25.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#BEC184 (or 0xBEC184) is known color: Pine Glade. HEX triplet: BE, C1 and 84. RGB value is (190,193,132). Sum of RGB (Red+Green+Blue) = 190+193+132=515 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.89% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC184 is #413E7B. Grayscale: #B9B9B9. Windows color (decimal): -4275836 or 8700350. OLE color: 8700350.

HSL color Cylindrical-coordinate representation of color #BEC184: hue angle of 62.95º degrees, saturation: 0.33, 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 #BEC184 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 193 132 -
CMYK 0.02 0 0.32 0.24
HSL 62.95º 0.33% 0.64% -
HSV(B) 62.95º 0.32% 0.76% -
XYZ 44.47 50.75 29.28 -
YUV 185.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 190 193 132 0.02 0 0.32 0.24 62.95 0.33 0.64
Hex BE C1 84 2 0 20 18 3F 21 40
Octal 276 301 204 2 0 40 30 77 41 100
Binary 10111110 11000001 10000100 10 0 100000 11000 111111 100001 1000000

Color Harmonies of #BEC184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC184

Black with #BEC184

Text Example


Text Example

White with #BEC184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC184; }

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

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

background-color css

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

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

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

border-color css

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

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

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