Html Css Color HEX #BEC182 Pine Glade

📋 copy color: '#BEC182'

red 190 ◦ green 193 ◦ blue 130

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

Shades of Pine Glade #BEC182

Tints of Pine Glade #BEC182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 37.04%
G = 37.62%
B = 25.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#BEC182 (or 0xBEC182) is known color: Pine Glade. HEX triplet: BE, C1 and 82. RGB value is (190,193,130). Sum of RGB (Red+Green+Blue) = 190+193+130=513 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.04% from 513); Green value is 193 (75.78% from 255 or 37.62% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC182 is #413E7D. Grayscale: #B9B9B9. Windows color (decimal): -4275838 or 8569278. OLE color: 8569278.

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

Color convert

RGB 190 193 130 -
CMYK 0.02 0 0.33 0.24
HSL 62.86º 0.34% 0.63% -
HSV(B) 62.86º 0.33% 0.76% -
XYZ 44.33 50.7 28.57 -
YUV 184.92 97.01 131.62 -
System Red Green Blue C M Y K H S L
Decimal 190 193 130 0.02 0 0.33 0.24 62.86 0.34 0.63
Hex BE C1 82 2 0 21 18 3F 22 3F
Octal 276 301 202 2 0 41 30 77 42 77
Binary 10111110 11000001 10000010 10 0 100001 11000 111111 100010 111111

Color Harmonies of #BEC182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC182

Black with #BEC182

Text Example


Text Example

White with #BEC182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC182; }

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

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

background-color css

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

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

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

border-color css

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

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

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