Html Css Color HEX #BEC185 Pine Glade

📋 copy color: '#BEC185'

red 190 ◦ green 193 ◦ blue 133

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

Shades of Pine Glade #BEC185

Tints of Pine Glade #BEC185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 36.82%
G = 37.4%
B = 25.78%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#BEC185 (or 0xBEC185) is known color: Pine Glade. HEX triplet: BE, C1 and 85. RGB value is (190,193,133). Sum of RGB (Red+Green+Blue) = 190+193+133=516 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.82% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 193 - color contains mainly: green. Hex color #BEC185 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC185 is #413E7A. Grayscale: #B9B9B9. Windows color (decimal): -4275835 or 8765886. OLE color: 8765886.

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

Color convert

RGB 190 193 133 -
CMYK 0.02 0 0.31 0.24
HSL 63º 0.33% 0.64% -
HSV(B) 63º 0.31% 0.76% -
XYZ 44.54 50.78 29.64 -
YUV 185.26 98.51 131.38 -
System Red Green Blue C M Y K H S L
Decimal 190 193 133 0.02 0 0.31 0.24 63 0.33 0.64
Hex BE C1 85 2 0 1F 18 3F 21 40
Octal 276 301 205 2 0 37 30 77 41 100
Binary 10111110 11000001 10000101 10 0 11111 11000 111111 100001 1000000

Color Harmonies of #BEC185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC185

Black with #BEC185

Text Example


Text Example

White with #BEC185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC185; }

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

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

background-color css

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

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

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

border-color css

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

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

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